summary refs log tree commit diff stats
path: root/tools/mapedit/src/tile_widget.cpp
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.cpp
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.cpp')
-rw-r--r--tools/mapedit/src/tile_widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mapedit/src/tile_widget.cpp b/tools/mapedit/src/tile_widget.cpp index 7ffaf30..e07099a 100644 --- a/tools/mapedit/src/tile_widget.cpp +++ b/tools/mapedit/src/tile_widget.cpp
@@ -1,5 +1,5 @@
1#include "tile_widget.h" 1#include "tile_widget.h"
2#include "map.h" 2#include "consts.h"
3 3
4IMPLEMENT_DYNAMIC_CLASS(TileWidget,wxScrolledCanvas) 4IMPLEMENT_DYNAMIC_CLASS(TileWidget,wxScrolledCanvas)
5 5