aboutsummaryrefslogtreecommitdiffstats
path: root/include/Texture.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-26 08:47:42 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-26 08:47:42 -0400
commit3166fd5ad6c1c4d1f79d48e69e9f3775f4f6e54e (patch)
tree694a42db4f771b65690315bae09ae4a1a9c170ce /include/Texture.h
parent99c8a41cde3e5ec74f35660c8701de4326ffcd21 (diff)
Made basic robin texture, pixelated mount washington for backdrop test
Diffstat (limited to 'include/Texture.h')
-rw-r--r--include/Texture.h2
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