|
R-PAGE
Resistance's Portable-Adventure-Game-Engine
|
#include <exec/types.h>Go to the source code of this file.
Macros | |
| #define | SWAP(x) x |
| #define | SWAPW(x) x |
| #define | attrib(x) |
| #define | MAKE_ID(a, b, c, d) SWAP(( (a)<<24 | (b)<<16 | (c)<<8 | (d) )) |
| #define MAKE_ID | ( | a, | |
| b, | |||
| c, | |||
| d | |||
| ) | SWAP(( (a)<<24 | (b)<<16 | (c)<<8 | (d) )) |
1.8.11