Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Macros
helper_macros.h File Reference

Go to the source code of this file.

Macros

#define LIST_NEXT_ITEM(curItem, type)   ((type *)((s32)curItem + sizeof(type)))
 

Macro Definition Documentation

◆ LIST_NEXT_ITEM

#define LIST_NEXT_ITEM (   curItem,
  type 
)    ((type *)((s32)curItem + sizeof(type)))