aboutsummaryrefslogtreecommitdiffstats
path: root/include/Texture.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-23 08:44:55 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-23 08:44:55 -0400
commit0b5a24d5c3ea48c748cfa28ae258cd65187f9bf1 (patch)
tree5258af77ab83aac298229253fb011f1858962118 /include/Texture.h
parent19ba40a368b06c38365fe861b6de9403044096a7 (diff)
Worked on the new texture library
Diffstat (limited to 'include/Texture.h')
-rw-r--r--include/Texture.h3
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:
};