diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-26 08:47:42 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-26 08:47:42 -0400 |
commit | 3166fd5ad6c1c4d1f79d48e69e9f3775f4f6e54e (patch) | |
tree | 694a42db4f771b65690315bae09ae4a1a9c170ce /include/Texture.h | |
parent | 99c8a41cde3e5ec74f35660c8701de4326ffcd21 (diff) |
Made basic robin texture, pixelated mount washington for backdrop test
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 |