ManaPlus
|
Go to the source code of this file.
Macros | |
#define | buildHex(a, b, c, d) ((a) * 16777216U + (b) * 65536U + (c) * 256U + CAST_U32(d)) |
#define | buildHexOgl(a, b, c, d) ((a) * 16777216U + (b) * 65536U + (c) * 256U + CAST_U32(d)) |
#define buildHex | ( | a, | |
b, | |||
c, | |||
d | |||
) | ((a) * 16777216U + (b) * 65536U + (c) * 256U + CAST_U32(d)) |
Definition at line 42 of file buildhex.h.
#define buildHexOgl | ( | a, | |
b, | |||
c, | |||
d | |||
) | ((a) * 16777216U + (b) * 65536U + (c) * 256U + CAST_U32(d)) |
Definition at line 46 of file buildhex.h.