sm64pc/include/helper_macros.h

7 lines
138 B
C
Raw Normal View History

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