#include "Common.h"
Go to the source code of this file.
Namespaces | |
| namespace | TA |
Types | |
| #define | TA_CHAR(x) x |
| typedef unsigned char | TA::u8 |
| typedef unsigned short | TA::u16 |
| typedef unsigned int | TA::u32 |
| typedef unsigned __int64 | TA::u64 |
| typedef size_t | TA::uSize |
| typedef signed char | TA::s8 |
| typedef short | TA::s16 |
| typedef int | TA::s32 |
| typedef __int64 | TA::s64 |
| typedef char | TA::Char |