Files
ultrasm64-2/include/helper_macros.h

7 lines
154 B
C
Raw Permalink Normal View History

2020-06-02 12:44:34 -04:00
#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)))
2020-06-02 12:44:34 -04:00
#endif // HELPER_MACROS_H