Raise error if level size wasn't specified.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
parent
46ccf8e7bf
commit
6ba0bb7298
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue