diff options
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h index 2687c24..6e0e2c3 100644 --- a/include/entities.h +++ b/include/entities.h @@ -14,6 +14,7 @@ public: vec2 vel; bool right,left, canMove; bool alive; + bool ground; unsigned int texture[]; |