diff options
author | hnOsmium0001 <[email protected]> | 2022-04-30 13:55:20 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-04-30 13:55:20 -0700 |
commit | 242317c1f7f2a6abdfbdbc99d5297539bbdc842f (patch) | |
tree | 4ccaae8f20b9b2534022419eb9eb7744b913cac7 /source/Sprite.cpp | |
parent | 5f467c899d1024b01c0d7ba86d9ac2f28878eb55 (diff) |
Add ImGuizmo for GameObjects, start to make things actually render
Diffstat (limited to 'source/Sprite.cpp')
-rw-r--r-- | source/Sprite.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Sprite.cpp b/source/Sprite.cpp index 6cff1d3..f855999 100644 --- a/source/Sprite.cpp +++ b/source/Sprite.cpp @@ -1,6 +1,7 @@ #include "Sprite.hpp" #include "AppConfig.hpp" +#include "CommonVertexIndex.hpp" #include "EditorCore.hpp" #include "EditorUtils.hpp" #include "Image.hpp" |