Files
Microtransactions64/include/helper_macros.h

7 lines
154 B
C
Raw Normal View History

#ifndef HELPER_MACROS_H
#define HELPER_MACROS_H
2019-08-25 00:46:40 -04:00
#define LIST_NEXT_ITEM(curItem, type) ((type *)((s32)curItem + sizeof(type)))
#endif // HELPER_MACROS_H