diff options
Diffstat (limited to 'include/constants')
| -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 | 
