aboutsummaryrefslogtreecommitdiff
path: root/source/main.cpp
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-05-07 17:27:01 -0700
committerhnOsmium0001 <[email protected]>2022-05-07 17:27:01 -0700
commit921f756855b9e19363cb79355d12bb8d683ffc06 (patch)
tree55b2cac14f3498e36860039b8c8c3ea698c7db82 /source/main.cpp
parent1d924459c84b9d5fbd6c08743f733abad5a03c2b (diff)
Reduce dependency between editor headers and main game headers
Diffstat (limited to 'source/main.cpp')
-rw-r--r--source/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/main.cpp b/source/main.cpp
index 0dec98f..1437c4f 100644
--- a/source/main.cpp
+++ b/source/main.cpp
@@ -2,6 +2,7 @@
#include "AppConfig.hpp"
#include "CommonVertexIndex.hpp"
+#include "EditorGuizmo.hpp"
#include "Ires.hpp"
#include "Material.hpp"
#include "Shader.hpp"