HACK. DON'T REPRODUCE

This commit is contained in:
marecl 2025-11-05 11:25:44 +01:00
parent 9e12eec072
commit 1c8f24945a

View File

@ -26,6 +26,15 @@ enum class SaveDataDialogMode : u32 {
PROGRESS_BAR = 5,
};
// dirty hack
#ifdef DELETE
#undef DELETE
#endif
#ifdef ERROR
#undef ERROR
#endif
enum class DialogType : u32 {
SAVE = 1,
LOAD = 2,