Mario Kart 64
Loading...
Searching...
No Matches
course_macro.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MACRO_COLOR_FLAG(r, g, b, flag)   (r&~0x3) | (flag & 0x3), (g&~0x3) | ((flag>>2) & 0x3), b
 

Macro Definition Documentation

◆ MACRO_COLOR_FLAG

#define MACRO_COLOR_FLAG ( r,
g,
b,
flag )   (r&~0x3) | (flag & 0x3), (g&~0x3) | ((flag>>2) & 0x3), b