summary refs log tree commit diff stats
path: root/tools/mapedit/src/tile_widget.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-17 23:53:55 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-17 23:53:55 -0400
commitf732cdaf7374fde737b503ec6966fb8cd8f4c32b (patch)
treef7fa3122f30ee98a5984cf7e5fb0260c6c6c1148 /tools/mapedit/src/tile_widget.h
parentb2ad90fef0e31a1d8635b817940d9bf71320b588 (diff)
downloadtherapy-f732cdaf7374fde737b503ec6966fb8cd8f4c32b.tar.gz
therapy-f732cdaf7374fde737b503ec6966fb8cd8f4c32b.tar.bz2
therapy-f732cdaf7374fde737b503ec6966fb8cd8f4c32b.zip
Map editor can now define actions to occur when the player goes off a specified edge of the map
Diffstat (limited to 'tools/mapedit/src/tile_widget.h')
-rw-r--r--tools/mapedit/src/tile_widget.h2
1 files changed, 0 insertions, 2 deletions
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 @@
7#include <wx/wx.h> 7#include <wx/wx.h>
8#endif 8#endif
9 9
10#include "map.h"
11
12class TileWidget : public wxScrolledCanvas { 10class TileWidget : public wxScrolledCanvas {
13 public: 11 public:
14 TileWidget(); 12 TileWidget();