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.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/mapedit/src/widget.cpp') diff --git a/tools/mapedit/src/widget.cpp b/tools/mapedit/src/widget.cpp index 3b96281..c74b194 100644 --- a/tools/mapedit/src/widget.cpp +++ b/tools/mapedit/src/widget.cpp @@ -1,5 +1,9 @@ #include "widget.h" #include "frame.h" +#include "map.h" +#include "tile_widget.h" +#include "object.h" +#include "undo.h" const int EDITOR_SPACING_X = MAP_WIDTH * TILE_WIDTH / 2; const int EDITOR_SPACING_Y = MAP_HEIGHT * TILE_HEIGHT / 2; -- cgit 1.4.1