OpenRaider
0.1.4-dev
Open Source Tomb Raider Game Engine implementation
|
Binary file reading utilities. More...
Go to the source code of this file.
Macros | |
#define | ISBIGENDIAN() ((*reinterpret_cast<const char *>(&bigendiandetection)) == 0) |
Functions | |
static void | swapByteOrder (char *d, unsigned int n) |
Variables | |
static const int | bigendiandetection = 1 |
Binary file reading utilities.
Definition in file binary.cpp.
#define ISBIGENDIAN | ( | ) | ((*reinterpret_cast<const char *>(&bigendiandetection)) == 0) |
Definition at line 58 of file binary.cpp.
|
static |
Definition at line 60 of file binary.cpp.
|
static |
Definition at line 57 of file binary.cpp.