diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-23 17:34:12 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-23 17:34:12 -0400 |
commit | b607821bf693e49612afd3580d13e9734f13c5a1 (patch) | |
tree | 80ae9f958c27299efd57dacca17b2feeaae614f6 /include | |
parent | b76d8f569cf2a83387a41c9acbd4cdfc15d3ed0f (diff) |
Move evobjmv data up to movement type func tables to src
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/global.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index 28fe660e3..f8cfaa4b0 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -78,5 +78,9 @@ #define DIR_NORTH 2 #define DIR_WEST 3 #define DIR_EAST 4 +#define DIR_SOUTHWEST 5 +#define DIR_SOUTHEAST 6 +#define DIR_NORTHWEST 7 +#define DIR_NORTHEAST 8 #endif //GUARD_CONSTANTS_GLOBAL_H |