mirror of https://github.com/zeldaret/botw.git
Reformat gdtSpecialFlags.cpp as well
This commit is contained in:
parent
a7b0f34e51
commit
f810b758f2
|
@ -12,7 +12,9 @@ const char* sDungeonClearFlagPrefix = "Clear_";
|
||||||
const char* sDungeonEnterFlagPrefix = "Enter_";
|
const char* sDungeonEnterFlagPrefix = "Enter_";
|
||||||
|
|
||||||
#define GDT_DEFINE_BOOL_GETTER(FLAG) \
|
#define GDT_DEFINE_BOOL_GETTER(FLAG) \
|
||||||
bool getBool_##FLAG(bool debug = false) { return getBool(flag_##FLAG(), debug); }
|
bool getBool_##FLAG(bool debug = false) { \
|
||||||
|
return getBool(flag_##FLAG(), debug); \
|
||||||
|
}
|
||||||
|
|
||||||
GDT_DEFINE_BOOL_GETTER(SaveProhibition)
|
GDT_DEFINE_BOOL_GETTER(SaveProhibition)
|
||||||
GDT_DEFINE_BOOL_GETTER(SaveProhibitionArea)
|
GDT_DEFINE_BOOL_GETTER(SaveProhibitionArea)
|
||||||
|
|
Loading…
Reference in New Issue