From 3166fd5ad6c1c4d1f79d48e69e9f3775f4f6e54e Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Mon, 26 Oct 2015 08:47:42 -0400 Subject: Made basic robin texture, pixelated mount washington for backdrop test --- include/Texture.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Texture.h') diff --git a/include/Texture.h b/include/Texture.h index 5a08348..fdb294d 100644 --- a/include/Texture.h +++ b/include/Texture.h @@ -13,11 +13,13 @@ public: void bindNext(); void bindPrev(); void bind(int); + void walk(); GLuint *image; int texState; private: + }; #endif //TEXTURE_H \ No newline at end of file -- cgit v1.2.3