Files
Microtransactions64/include/helper_macros.h
2021-09-25 11:08:11 -07:00

4 lines
92 B
C

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