From d8554c12fdea5640df0ba42925f296f1711ba389 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 1 Dec 2015 08:38:21 -0500 Subject: andy cant code --- include/world.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/world.h') diff --git a/include/world.h b/include/world.h index a2414e6..6c0395d 100644 --- a/include/world.h +++ b/include/world.h @@ -62,6 +62,12 @@ protected: void singleDetect(Entity *e); + /* + * Deletes all entities in the world. + */ + + void deleteEntities(void); + /* * The size of the line array. This is set once by World->generate(). */ @@ -205,6 +211,7 @@ private: World *exit; public: Arena(World *leave,Player *p); + ~Arena(void); World *exitArena(Player *p); }; -- cgit v1.2.3