diff options
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/entities.h b/include/entities.h index 422d5d8..53efc63 100644 --- a/include/entities.h +++ b/include/entities.h @@ -36,8 +36,6 @@ class Entity{ public: Inventory *inv; - void *inWorld; - float width; //width and height of the player float height; float speed; //speed of the play @@ -95,6 +93,7 @@ public: class Structures : public Entity{ public: + void *inWorld; void *inside; Structures(); unsigned int spawn(_TYPE, float, float); |