summaryrefslogtreecommitdiff
path: root/include/constants/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-02-02 22:09:36 -0500
committerGitHub <noreply@github.com>2022-02-02 22:09:36 -0500
commit7d2344c07bea9a46993a92d4611fba80545acdd2 (patch)
tree9f865097bfc54f3c9ac885d9f1ec721f01d74eab /include/constants/global.h
parentf494238a9d1f8f486891845a43983e187dbeadf0 (diff)
parentdc7d86f026c01682bd024fabb0ce206eacb81c35 (diff)
Merge pull request #1616 from GriffinRichards/missing-req
Add missing :req, remove old macros
Diffstat (limited to 'include/constants/global.h')
-rw-r--r--include/constants/global.h9
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