blob: d8d71d9d3d9c66a0edead7515fa303a1c6edd921 (
plain) (
tree)
|
|
/*
* Compatibility header used when the compiler doesn't support C++0x.
*
* It doesn't seem necessary for it to contain anything, at least GCC 4.2.1
* compiles Mana fine so it apparently understands types like uint16_t by
* default.
*/
|