diff options
author | rtk0c <[email protected]> | 2022-04-30 13:55:20 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-04-30 13:55:20 -0700 |
commit | 453e1df6fb7a5847c8a5b26bd8479451091fb69d (patch) | |
tree | e0753be4c78535a3d2697c8b7be4123b76d2ad0d /source/Sprite.hpp | |
parent | ac153a0a9463e3877fb0066e3603b6bf15fe6706 (diff) |
Changeset: 20 Add ImGuizmo for GameObjects, start to make things actually render
Diffstat (limited to 'source/Sprite.hpp')
-rw-r--r-- | source/Sprite.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Sprite.hpp b/source/Sprite.hpp index de2077f..064aa30 100644 --- a/source/Sprite.hpp +++ b/source/Sprite.hpp @@ -1,12 +1,10 @@ #pragma once -#include "CommonVertexIndex.hpp" #include "Ires.hpp" #include "PodVector.hpp" #include "RcPtr.hpp" #include "Renderer.hpp" #include "Texture.hpp" -#include "VertexIndex.hpp" #include <rapidjson/fwd.h> #include <glm/glm.hpp> |