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
commit 1f65bde583
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 118 additions and 118 deletions

View file

@ -6,7 +6,7 @@
#include "soh/cvar_prefixes.h"
#include "soh/SaveManager.h"
#include "soh/ResourceManagerHelpers.h"
#include "soh/UIWidgets.hpp"
#include "soh/SohGui/UIWidgets.hpp"
#include "dungeon.h"
#include "location_access.h"