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/tile_widget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/mapedit/src/tile_widget.h') diff --git a/tools/mapedit/src/tile_widget.h b/tools/mapedit/src/tile_widget.h index ff45a37..320726f 100644 --- a/tools/mapedit/src/tile_widget.h +++ b/tools/mapedit/src/tile_widget.h @@ -7,8 +7,6 @@ #include #endif -#include "map.h" - class TileWidget : public wxScrolledCanvas { public: TileWidget(); -- cgit 1.4.1