|
ManaPlus
|
Go to the documentation of this file.
25 #define CAST_8 static_cast<char>
26 #define CAST_S8 static_cast<int8_t>
27 #define CAST_U8 static_cast<uint8_t>
28 #define CAST_S16 static_cast<int16_t>
29 #define CAST_U16 static_cast<uint16_t>
30 #define CAST_S32 static_cast<int32_t>
31 #define CAST_U32 static_cast<uint32_t>
32 #define CAST_S64 static_cast<int64_t>
33 #define CAST_U64 static_cast<uint64_t>
34 #define CAST_SIZE static_cast<size_t>
35 #define CAST_TIME static_cast<time_t>