summaryrefslogtreecommitdiff
path: root/include/constants/event_objects.h
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-21 14:03:11 -0500
committerGriffinR <griffin.richards@comcast.net>2019-11-21 14:03:11 -0500
commit86c08330c4a3f068a9618d5c80e06b9b8b6480c9 (patch)
treee2c3eca777ede1085181a5c7bb1df60f46e9b4e7 /include/constants/event_objects.h
parent5822dfca8da22eae9a9c7ee8ec6320a5df7a7c55 (diff)
Fix Event Object include guards
Diffstat (limited to 'include/constants/event_objects.h')
-rw-r--r--include/constants/event_objects.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/event_objects.h b/include/constants/event_objects.h
index 87ceb97b7..83d9f6e4e 100644
--- a/include/constants/event_objects.h
+++ b/include/constants/event_objects.h
@@ -1,5 +1,5 @@
-#ifndef GUARD_CONSTANTS_OBJECT_EVENTS_H
-#define GUARD_CONSTANTS_OBJECT_EVENTS_H
+#ifndef GUARD_CONSTANTS_EVENT_OBJECTS_H
+#define GUARD_CONSTANTS_EVENT_OBJECTS_H
#define OBJ_EVENT_GFX_BRENDAN_NORMAL 0
#define OBJ_EVENT_GFX_BRENDAN_MACH_BIKE 1
@@ -279,4 +279,4 @@
#define OBJ_EVENT_ID_PLAYER 0xFF
#define OBJ_EVENT_ID_CAMERA 0x7F
-#endif // GUARD_CONSTANTS_OBJECT_EVENTS_H
+#endif // GUARD_CONSTANTS_EVENT_OBJECTS_H