summaryrefslogtreecommitdiff
path: root/include/constants/event_objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants/event_objects.h')
-rw-r--r--include/constants/event_objects.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/constants/event_objects.h b/include/constants/event_objects.h
new file mode 100644
index 000000000..0a94dc03b
--- /dev/null
+++ b/include/constants/event_objects.h
@@ -0,0 +1,7 @@
+#ifndef GUARD_CONSTANTS_EVENT_OBJECTS_H
+#define GUARD_CONSTANTS_EVENT_OBJECTS_H
+
+#define OBJ_EVENT_ID_PLAYER 0xFF
+#define OBJ_EVENT_ID_CAMERA 0x7F
+
+#endif // GUARD_CONSTANTS_EVENT_OBJECTS_H