diff options
| author | rozlette <Rozelette@users.noreply.github.com> | 2022-06-27 19:55:17 -0500 |
|---|---|---|
| committer | Kenix3 <kenixwhisperwind@gmail.com> | 2022-06-27 23:17:37 -0400 |
| commit | d63c0077eea864f7fa004a2e61ba02108f6ea23c (patch) | |
| tree | 711ba79dbfbc2a79454a1e526bbd5dd519191385 | |
| parent | c14e4f387c35df602b4534a6912badfff0e37e5d (diff) | |
Add more files
| -rw-r--r-- | soh/soh/Enhancements/debugconsole.cpp | 2 | ||||
| -rw-r--r-- | soh/soh/Enhancements/debugger/actorViewer.cpp | 2 | ||||
| -rw-r--r-- | soh/soh/Enhancements/debugger/colViewer.cpp | 2 | ||||
| -rw-r--r-- | soh/soh/Enhancements/debugger/debugSaveEditor.cpp | 2 | ||||
| -rw-r--r-- | soh/soh/Enhancements/savestates.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/soh/soh/Enhancements/debugconsole.cpp b/soh/soh/Enhancements/debugconsole.cpp index 1b892be74..e96942893 100644 --- a/soh/soh/Enhancements/debugconsole.cpp +++ b/soh/soh/Enhancements/debugconsole.cpp @@ -3,7 +3,7 @@ #endif #include "debugconsole.h" -#include "../libultraship/SohImGuiImpl.h" +#include "../libultraship/ImGuiImpl.h" #include "savestates.h" #include <vector> diff --git a/soh/soh/Enhancements/debugger/actorViewer.cpp b/soh/soh/Enhancements/debugger/actorViewer.cpp index a3294797b..33bc532a0 100644 --- a/soh/soh/Enhancements/debugger/actorViewer.cpp +++ b/soh/soh/Enhancements/debugger/actorViewer.cpp @@ -1,6 +1,6 @@ #include "actorViewer.h" #include "../../util.h" -#include "../libultraship/SohImGuiImpl.h" +#include "../libultraship/ImGuiImpl.h" #include "ImGuiHelpers.h" #include <array> diff --git a/soh/soh/Enhancements/debugger/colViewer.cpp b/soh/soh/Enhancements/debugger/colViewer.cpp index 1a7c60ba8..cdf1a0e80 100644 --- a/soh/soh/Enhancements/debugger/colViewer.cpp +++ b/soh/soh/Enhancements/debugger/colViewer.cpp @@ -1,5 +1,5 @@ #include "colViewer.h" -#include "../libultraship/SohImGuiImpl.h" +#include "../libultraship/ImGuiImpl.h" #include "ImGuiHelpers.h" #include "../../frame_interpolation.h" diff --git a/soh/soh/Enhancements/debugger/debugSaveEditor.cpp b/soh/soh/Enhancements/debugger/debugSaveEditor.cpp index d243ce49a..bb6c15f20 100644 --- a/soh/soh/Enhancements/debugger/debugSaveEditor.cpp +++ b/soh/soh/Enhancements/debugger/debugSaveEditor.cpp @@ -1,6 +1,6 @@ #include "debugSaveEditor.h" #include "../../util.h" -#include "../libultraship/SohImGuiImpl.h" +#include "../libultraship/ImGuiImpl.h" #include "ImGuiHelpers.h" #include <array> diff --git a/soh/soh/Enhancements/savestates.cpp b/soh/soh/Enhancements/savestates.cpp index 19ea22f86..6c4d3c16e 100644 --- a/soh/soh/Enhancements/savestates.cpp +++ b/soh/soh/Enhancements/savestates.cpp @@ -9,7 +9,7 @@ #include <soh/OTRGlobals.h> #include <soh/OTRAudio.h> -#include <SohImGuiImpl.h> +#include <ImGuiImpl.h> #include "z64.h" #include "z64save.h" |
