aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-12-01 07:29:47 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-12-01 07:29:47 -0500
commit813f30f8d7e4db971fbb9aab429b489e884ad2e9 (patch)
tree706a0dc14485acfb7cb711f20c98f821465f8fe3 /include/world.h
parentaf22d85f9a417a94ea75db1878219f8baeba8b73 (diff)
parent80bc1b24bcf6862a7fbd3223a3d6988ce4e389e0 (diff)
Merge branch 'master' of http://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/world.h')
-rw-r--r--include/world.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/world.h b/include/world.h
index a2414e6..4e4c28d 100644
--- a/include/world.h
+++ b/include/world.h
@@ -205,6 +205,7 @@ private:
World *exit;
public:
Arena(World *leave,Player *p);
+ ~Arena(void);
World *exitArena(Player *p);
};