diff options
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/entities.h b/include/entities.h index bc277cd..e7389dc 100644 --- a/include/entities.h +++ b/include/entities.h @@ -3,8 +3,6 @@ #include <common.h> -extern int npcAmt; - class Entity{ public: float width; @@ -37,10 +35,6 @@ public: NPC(); void interact(); }; - -extern Entity *entnpc[32]; //The NPC base -extern NPC npc[32]; - class Structures : public Entity{ public: Structures(); |