diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-23 18:51:56 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-01-23 18:52:04 -0500 |
commit | 2495d1813239cd8d888c160b08c23500ba4759a7 (patch) | |
tree | 722b48dad6b8798f4a4d04314386b4b2a383d1da /include/constants/global.h | |
parent | 9f2b6ab2f2b7d5937342cef3166a652d882f1d94 (diff) |
Add missing :req, remove old macros
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index 48b03b5cc..096094220 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -138,4 +138,13 @@ #define DIR_NORTHWEST 7 #define DIR_NORTHEAST 8 +#define CONNECTION_INVALID -1 +#define CONNECTION_NONE 0 +#define CONNECTION_SOUTH 1 +#define CONNECTION_NORTH 2 +#define CONNECTION_WEST 3 +#define CONNECTION_EAST 4 +#define CONNECTION_DIVE 5 +#define CONNECTION_EMERGE 6 + #endif // GUARD_CONSTANTS_GLOBAL_H |