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-15 23:24:22 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-15 23:24:22 -0400
commit213cab3c04b81428ab715f340bd7c12438fdb980 (patch)
tree295d25eac4b94357ac5b9bb4b3fd03130181b956 /tools/mapedit/src/tile_widget.h
parent25240241e91dc913d20fbb93aa4acc9433dda6a0 (diff)
downloadtherapy-213cab3c04b81428ab715f340bd7c12438fdb980.tar.gz
therapy-213cab3c04b81428ab715f340bd7c12438fdb980.tar.bz2
therapy-213cab3c04b81428ab715f340bd7c12438fdb980.zip
Map editor can now add entities to maps
Also fixed a big bug regarding scrolling
Diffstat (limited to 'tools/mapedit/src/tile_widget.h')
-rw-r--r--tools/mapedit/src/tile_widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mapedit/src/tile_widget.h b/tools/mapedit/src/tile_widget.h index 2f1872d..ff45a37 100644 --- a/tools/mapedit/src/tile_widget.h +++ b/tools/mapedit/src/tile_widget.h
@@ -28,8 +28,8 @@ class TileWidget : public wxScrolledCanvas {
28 int selected = 0; 28 int selected = 0;
29 int scale; 29 int scale;
30 30
31 DECLARE_DYNAMIC_CLASS(MapeditWidget); 31 DECLARE_DYNAMIC_CLASS(MapeditWidget)
32 DECLARE_EVENT_TABLE(); 32 DECLARE_EVENT_TABLE()
33}; 33};
34 34
35#endif 35#endif