From f732cdaf7374fde737b503ec6966fb8cd8f4c32b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 17 Mar 2015 23:53:55 -0400 Subject: Map editor can now define actions to occur when the player goes off a specified edge of the map --- tools/mapedit/src/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mapedit/src/world.h') diff --git a/tools/mapedit/src/world.h b/tools/mapedit/src/world.h index 68c960f..ff6ebcc 100644 --- a/tools/mapedit/src/world.h +++ b/tools/mapedit/src/world.h @@ -12,10 +12,10 @@ class World; #include #include #include -#include "map.h" #include class MapeditFrame; +class Map; class World { public: -- cgit 1.4.1