aboutsummaryrefslogtreecommitdiffstats
path: root/yage/include/yage/gl_texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/include/yage/gl_texture.hpp')
-rw-r--r--yage/include/yage/gl_texture.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/yage/include/yage/gl_texture.hpp b/yage/include/yage/gl_texture.hpp
deleted file mode 100644
index 808d86b..0000000
--- a/yage/include/yage/gl_texture.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef GL_TEXTURE_HPP
-#define GL_TEXTURE_HPP
-
-#include <GL/glew.h>
-
-struct GlTexture
-{
- GLuint id;
- int width;
- int height;
-};
-
-#endif