diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-23 08:44:55 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-23 08:44:55 -0400 |
commit | 0b5a24d5c3ea48c748cfa28ae258cd65187f9bf1 (patch) | |
tree | 5258af77ab83aac298229253fb011f1858962118 /include/Texture.h | |
parent | 19ba40a368b06c38365fe861b6de9403044096a7 (diff) |
Worked on the new texture library
Diffstat (limited to 'include/Texture.h')
-rw-r--r-- | include/Texture.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Texture.h b/include/Texture.h index 45c8df1..5a08348 100644 --- a/include/Texture.h +++ b/include/Texture.h @@ -12,10 +12,11 @@ public: Texturec(uint amt, ...); void bindNext(); void bindPrev(); + void bind(int); GLuint *image; -private: int texState; +private: }; |