summaryrefslogtreecommitdiff
path: root/src/render/vertexes/graphicsvertexes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/vertexes/graphicsvertexes.h')
-rw-r--r--src/render/vertexes/graphicsvertexes.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/render/vertexes/graphicsvertexes.h b/src/render/vertexes/graphicsvertexes.h
index 8f54c5550..0bf74355b 100644
--- a/src/render/vertexes/graphicsvertexes.h
+++ b/src/render/vertexes/graphicsvertexes.h
@@ -23,7 +23,7 @@
#include "main.h"
-#include "localconsts.h"
+#include "resources/rect/doublerect.h"
#ifdef USE_OPENGL
@@ -38,17 +38,11 @@
#endif
-#include <SDL_video.h>
-
#include <vector>
-class Image;
+#include "localconsts.h"
-struct DoubleRect final
-{
- SDL_Rect src;
- SDL_Rect dst;
-};
+class Image;
class SDLGraphicsVertexes final
{