This website requires JavaScript.
Explore
Help
Sign In
falso
/
mk64
mirror of
https://github.com/n64decomp/mk64.git
Watch
1
Star
0
Fork
You've already forked mk64
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e2c19fd4bc
mk64
/
courses
/
course_macro.h
2 lines
97 B
C
Raw
Blame
History
#
define MACRO_COLOR_FLAG(r, g, b, flag) (r&~0x3) | (flag & 0x3), (g&~0x3) | ((flag>>2) & 0x3), b
Reference in New Issue
View Git Blame
Copy Permalink