aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-12-01 08:38:21 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-12-01 08:38:21 -0500
commitd8554c12fdea5640df0ba42925f296f1711ba389 (patch)
tree8204651ac0e7dc6189ffabb9df39763b19c61886 /include/world.h
parent45bca98b792f8ced1a57ef8c5beed2a90a79d47f (diff)
andy cant code
Diffstat (limited to 'include/world.h')
-rw-r--r--include/world.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/world.h b/include/world.h
index a2414e6..6c0395d 100644
--- a/include/world.h
+++ b/include/world.h
@@ -63,6 +63,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);
};