diff options
Diffstat (limited to 'include/Texture.h')
-rw-r--r-- | include/Texture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Texture.h b/include/Texture.h index 1a32aae..5f5758b 100644 --- a/include/Texture.h +++ b/include/Texture.h @@ -16,6 +16,7 @@ public: GLuint *image; Texturec(uint amt, ...); + Texturec(uint amt,const char **paths); ~Texturec(); void bindNext(); |