diff options
Diffstat (limited to 'include/Texture.h')
-rw-r--r-- | include/Texture.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |