diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Texture.h | 2 | ||||
-rw-r--r-- | include/entities.h | 1 |
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 **/ |