Files
sm64-star-rando-hack/include/helper_macros.h
T
2026-05-29 23:07:24 +02: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