Fix compile errors

This commit is contained in:
d0k3 2018-03-19 23:08:49 +01:00
parent 3b5755fc28
commit 3367faa383

View File

@ -1,7 +1,7 @@
#pragma once #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 // a base set of colors below
#define COLOR_BLACK RGB(0x00, 0x00, 0x00) #define COLOR_BLACK RGB(0x00, 0x00, 0x00)