Raise error if level size wasn't specified.
continuous-integration/drone/push Build is passing Details

Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
Deukhoofd 2020-08-20 13:45:27 +02:00
parent 46ccf8e7bf
commit 6ba0bb7298
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ typedef uint16_t level_int_t;
typedef uint32_t level_int_t;
#elif LEVEL_U64
typedef uint64_t level_int_t;
#else
#error No Level size was specified
#endif
#endif // CREATURELIB_DEFINES_HPP