Mario Kart 64
|
Go to the source code of this file.
Macros | |
#define | GFX_GET_OPCODE(var) ((s32)((var) & 0xFF000000)) |
#define | GET_HIGH_U16_OF_32(var) (((u16 *)&(var))[0]) |
#define | GET_HIGH_S16_OF_32(var) (((s16 *)&(var))[0]) |
#define | GET_LOW_U16_OF_32(var) (((u16 *)&(var))[1]) |
#define | GET_LOW_S16_OF_32(var) (((s16 *)&(var))[1]) |
#define | SET_HIGH_U16_OF_32(var, x) ((((u16 *)&(var))[0]) = (x)) |
#define | SET_HIGH_S16_OF_32(var, x) ((((s16 *)&(var))[0]) = (x)) |