bmxviewer/src/macptr.h

5 lines
145 B
C
Raw Normal View History

2023-11-17 16:15:21 -08:00
#ifndef MACPTR_H
#define MACPTR_H
#include <stdint.h>
extern uint16_t __fastcall__ cx16_k_macptr(uint8_t size, bool increment, void *ptr);
2023-11-17 16:15:21 -08:00
#endif