Files
ultrasm64-2/include/helper_macros.h
2020-06-02 12:44:34 -04:00

7 lines
154 B
C

#ifndef HELPER_MACROS_H
#define HELPER_MACROS_H
#define LIST_NEXT_ITEM(curItem, type) ((type *)((s32)curItem + sizeof(type)))
#endif // HELPER_MACROS_H