Add missing include guard suffixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef GUARD_METATILE_BEHAVIORS
|
||||
#define GUARD_METATILE_BEHAVIORS
|
||||
#ifndef GUARD_METATILE_BEHAVIORS_H
|
||||
#define GUARD_METATILE_BEHAVIORS_H
|
||||
|
||||
#define MB_NORMAL 0x00
|
||||
#define MB_SECRET_BASE_WALL 0x01
|
||||
@@ -242,4 +242,4 @@
|
||||
#define MB_UNUSED_EE 0xEE
|
||||
#define MB_UNUSED_EF 0xEF
|
||||
|
||||
#endif // GUARD_METATILE_BEHAVIORS
|
||||
#endif // GUARD_METATILE_BEHAVIORS_H
|
||||
|
||||
Reference in New Issue
Block a user