Fix Event Object include guards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user