aboutsummaryrefslogtreecommitdiff
path: root/source/Sprite.hpp
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-30 13:55:20 -0700
committerhnOsmium0001 <[email protected]>2022-04-30 13:55:20 -0700
commit242317c1f7f2a6abdfbdbc99d5297539bbdc842f (patch)
tree4ccaae8f20b9b2534022419eb9eb7744b913cac7 /source/Sprite.hpp
parent5f467c899d1024b01c0d7ba86d9ac2f28878eb55 (diff)
Add ImGuizmo for GameObjects, start to make things actually render
Diffstat (limited to 'source/Sprite.hpp')
-rw-r--r--source/Sprite.hpp2
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>