From 0b5a24d5c3ea48c748cfa28ae258cd65187f9bf1 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Fri, 23 Oct 2015 08:44:55 -0400 Subject: Worked on the new texture library --- include/Texture.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/Texture.h') 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: }; -- cgit v1.2.3