The Update(TM), Part 1

This commit is contained in:
2025-07-27 22:08:57 -04:00
parent 0439221e78
commit fe8bdae9a8
45 changed files with 4450 additions and 3564 deletions

View File

@@ -26,12 +26,12 @@ enum DialogType
struct Dialog
{
Anm2* anm2 = NULL;
Anm2Reference* reference = NULL;
Resources* resources = NULL;
SDL_Window* window = NULL;
std::string path;
s32 replaceID = -1;
Anm2* anm2 = nullptr;
Anm2Reference* reference = nullptr;
Resources* resources = nullptr;
SDL_Window* window = nullptr;
std::string path{};
s32 replaceID = ID_NONE;
DialogType type = DIALOG_NONE;
bool isSelected = false;
};