mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Fix compile errors
This commit is contained in:
parent
3b5755fc28
commit
3367faa383
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
#define RGB(r,g,b) ((r)<<24|(b)<<16|(g)<<8|(r))
|
||||
#define RGB(r,g,b) ((b)<<16|(g)<<8|(r))
|
||||
|
||||
// a base set of colors below
|
||||
#define COLOR_BLACK RGB(0x00, 0x00, 0x00)
|
||||
|
Loading…
x
Reference in New Issue
Block a user