aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-10-26 08:50:18 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-10-26 08:50:18 -0400
commit69ce4512cae1b286a9807be03dfc295b6a4570f6 (patch)
tree56283d5d4fa9fd3d893ea3f93481a4e6d1c29c33 /include
parente017c5cbc9f1cf357ca82593e5d2829dd7f729ce (diff)
parent0544b1c561540ee5c86f66b019b160e866acefb3 (diff)
bug fixes
Diffstat (limited to 'include')
-rw-r--r--include/Texture.h2
-rw-r--r--include/entities.h1
2 files changed, 3 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
diff --git a/include/entities.h b/include/entities.h
index c111ea7..94febcf 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -121,4 +121,5 @@ ENTITY TYPES
|
2 MOBS
|->1 Rabbit
+|->2 Bird
**/