Remove debug thing to deprecate old integer format, it was just there for rewriting purposes
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
3cc19de61f
commit
46bf10c719
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue