diff options
author | rtk0c <[email protected]> | 2022-06-23 19:06:39 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-23 19:06:39 -0700 |
commit | 4386c02d61b37c0d5c508895df2f028b8ea2057c (patch) | |
tree | 1fed098cd0129b00562a8a032fb6be3d9f3db4dc /source/30-game/EditorCorePrivate.cpp | |
parent | e20fa55342621625379dbf3f691fc3fb36230cfc (diff) |
Changeset: 74 Move EditorNotification.hpp to the common module
Diffstat (limited to 'source/30-game/EditorCorePrivate.cpp')
-rw-r--r-- | source/30-game/EditorCorePrivate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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> |