ManaPlus
|
Go to the source code of this file.
Macros | |
#define | CAST_8 static_cast<char> |
#define | CAST_S8 static_cast<int8_t> |
#define | CAST_U8 static_cast<uint8_t> |
#define | CAST_S16 static_cast<int16_t> |
#define | CAST_U16 static_cast<uint16_t> |
#define | CAST_S32 static_cast<int32_t> |
#define | CAST_U32 static_cast<uint32_t> |
#define | CAST_S64 static_cast<int64_t> |
#define | CAST_U64 static_cast<uint64_t> |
#define | CAST_SIZE static_cast<size_t> |
#define | CAST_TIME static_cast<time_t> |