![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
Go to the source code of this file.
Macros | |
#define | ARRAY_COUNT(arr) (s32)(sizeof(arr) / sizeof(arr[0])) |
#define | GLUE(a, b) a ## b |
#define | GLUE2(a, b) GLUE(a, b) |
#define | UNUSED |
#define | STATIC_ASSERT(cond, msg) typedef char GLUE2(static_assertion_failed, __LINE__)[(cond) ? 1 : -1] |
#define ARRAY_COUNT | ( | arr | ) | (s32)(sizeof(arr) / sizeof(arr[0])) |
#define STATIC_ASSERT | ( | cond, | |
msg | |||
) | typedef char GLUE2(static_assertion_failed, __LINE__)[(cond) ? 1 : -1] |
#define UNUSED |