diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-17 23:53:55 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-17 23:53:55 -0400 |
| commit | f732cdaf7374fde737b503ec6966fb8cd8f4c32b (patch) | |
| tree | f7fa3122f30ee98a5984cf7e5fb0260c6c6c1148 /tools/mapedit/src/widget.h | |
| parent | b2ad90fef0e31a1d8635b817940d9bf71320b588 (diff) | |
| download | therapy-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/widget.h')
| -rw-r--r-- | tools/mapedit/src/widget.h | 8 |
1 files changed, 6 insertions, 2 deletions
| diff --git a/tools/mapedit/src/widget.h b/tools/mapedit/src/widget.h index 77b840e..b019088 100644 --- a/tools/mapedit/src/widget.h +++ b/tools/mapedit/src/widget.h | |||
| @@ -7,14 +7,18 @@ | |||
| 7 | #include <wx/wx.h> | 7 | #include <wx/wx.h> |
| 8 | #endif | 8 | #endif |
| 9 | 9 | ||
| 10 | #include "map.h" | ||
| 11 | #include "tile_widget.h" | ||
| 12 | #include <list> | 10 | #include <list> |
| 13 | #include <memory> | 11 | #include <memory> |
| 14 | #include <utility> | 12 | #include <utility> |
| 15 | #include <set> | 13 | #include <set> |
| 16 | 14 | ||
| 17 | class MapeditFrame; | 15 | class MapeditFrame; |
| 16 | class TileWidget; | ||
| 17 | class Map; | ||
| 18 | class MapObject; | ||
| 19 | struct MapObjectEntry; | ||
| 20 | |||
| 21 | #include "consts.h" | ||
| 18 | 22 | ||
| 19 | enum EditMode { | 23 | enum EditMode { |
| 20 | EditTiles, | 24 | EditTiles, |
