aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/10-editor-common/ImGuiNotification.cpp (renamed from source/30-game/EditorNotification.cpp)2
-rw-r--r--source/10-editor-common/ImGuiNotification.hpp (renamed from source/30-game/EditorNotification.hpp)0
-rw-r--r--source/30-game/EditorCorePrivate.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/source/30-game/EditorNotification.cpp b/source/10-editor-common/ImGuiNotification.cpp
index e4a869e..5d375b3 100644
--- a/source/30-game/EditorNotification.cpp
+++ b/source/10-editor-common/ImGuiNotification.cpp
@@ -1,5 +1,5 @@
// Adapted from https://github.com/patrickcjk/imgui-notify
-#include "EditorNotification.hpp"
+#include "ImGuiNotification.hpp"
#include "Macros.hpp"
diff --git a/source/30-game/EditorNotification.hpp b/source/10-editor-common/ImGuiNotification.hpp
index 3af8c2d..3af8c2d 100644
--- a/source/30-game/EditorNotification.hpp
+++ b/source/10-editor-common/ImGuiNotification.hpp
diff --git a/source/30-game/EditorCorePrivate.cpp b/source/30-game/EditorCorePrivate.cpp
index 358a95a..b335c60 100644
--- a/source/30-game/EditorCorePrivate.cpp
+++ b/source/30-game/EditorCorePrivate.cpp
@@ -5,7 +5,6 @@
#include "EditorAccessories.hpp"
#include "EditorAttachmentImpl.hpp"
#include "EditorCommandPalette.hpp"
-#include "EditorNotification.hpp"
#include "EditorUtils.hpp"
#include "GameObject.hpp"
#include "Mesh.hpp"
@@ -13,6 +12,7 @@
#include "SceneThings.hpp"
#include "VertexIndex.hpp"
+#include <ImGuiNotification.hpp>
#include <Macros.hpp>
#include <Metadata.hpp>
#include <ScopeGuard.hpp>