14.05.2015, 16:42
Is it possible to create a #define using another define adding the "0x" prefix?
pawn Code:
#define INLINE_RED FF0000
#define COLOR_RED 0xINLINE_REDFF //would result in 0xFF0000FF