Move most ImGui-related files/code to an SohGui subfolder. (#4968)

This commit is contained in:
Malkierian
2025-01-28 18:45:21 -07:00
committed by GitHub
parent 668e266ecc
commit 1f65bde583
37 changed files with 118 additions and 118 deletions

View File

@@ -4,7 +4,7 @@
#include "soh/cvar_prefixes.h"
#include "soh/SaveManager.h"
#include "soh/ResourceManagerHelpers.h"
#include "soh/UIWidgets.hpp"
#include "soh/SohGui/UIWidgets.hpp"
#include "randomizerTypes.h"
#include <map>