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/widget.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tools/mapedit/src/widget.h') diff --git a/tools/mapedit/src/widget.h b/tools/mapedit/src/widget.h index 77b840e..b019088 100644 --- a/tools/mapedit/src/widget.h +++ b/tools/mapedit/src/widget.h @@ -7,14 +7,18 @@ #include #endif -#include "map.h" -#include "tile_widget.h" #include #include #include #include class MapeditFrame; +class TileWidget; +class Map; +class MapObject; +struct MapObjectEntry; + +#include "consts.h" enum EditMode { EditTiles, -- cgit 1.4.1