From b0f7e8d2caa72ab1fe93fa58dbfa841750d96037 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 9 Nov 2015 08:47:39 -0500 Subject: draw/handle all layers --- include/entities.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/entities.h') 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); -- cgit v1.2.3