aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h
index 7d5e356..bc277cd 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -16,6 +16,8 @@ public:
bool right,left, canMove;
bool alive;
+ unsigned int texture[];
+
void spawn(float, float);
void draw(void);
void wander(int, vec2*);