diff --git a/src/Defines.hpp b/src/Defines.hpp index 3d934a7..da6c481 100644 --- a/src/Defines.hpp +++ b/src/Defines.hpp @@ -15,14 +15,4 @@ using level_int_t = uint64_t; using level_int_t = uint8_t; #endif -[[deprecated]] typedef uint8_t uint8_t; -[[deprecated]] typedef uint16_t uint16_t; -[[deprecated]] typedef uint32_t uint32_t; -[[deprecated]] typedef uint64_t uint64_t; - -[[deprecated]] typedef int8_t int8_t; -[[deprecated]] typedef int16_t int16_t; -[[deprecated]] typedef int32_t int32_t; -[[deprecated]] typedef int64_t int64_t; - #endif // CREATURELIB_DEFINES_HPP