aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/Texture.h')
-rw-r--r--src/libjin/Graphics/Texture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libjin/Graphics/Texture.h b/src/libjin/Graphics/Texture.h
index 47f8d53..1fdb50d 100644
--- a/src/libjin/Graphics/Texture.h
+++ b/src/libjin/Graphics/Texture.h
@@ -19,6 +19,8 @@ namespace graphics
static Texture* createTexture(const char* file);
static Texture* createTexture(const void* mem, size_t size);
+ static void destroyTexture(Texture* tex);
+
~Texture();
color getPixel(int x, int y);