diff options
Diffstat (limited to 'inc/opengl')
-rw-r--r-- | inc/opengl/spritebatch.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/opengl/spritebatch.hpp b/inc/opengl/spritebatch.hpp index 2618054..63e45eb 100644 --- a/inc/opengl/spritebatch.hpp +++ b/inc/opengl/spritebatch.hpp @@ -1,12 +1,12 @@ #ifndef spritebatch_h
#define spritebatch_h
+#include <iostream>
+#include <vector>
#include <GL/glew.h>
+
#include "graphicsdata.hpp"
-#include <vector>
#include "geoshader.hpp"
-#include <iostream>
-
class RenderBatch {
public:
|