diff options
Diffstat (limited to 'tools/mapedit/src/frame.h')
| -rw-r--r-- | tools/mapedit/src/frame.h | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/tools/mapedit/src/frame.h b/tools/mapedit/src/frame.h index 1cce4f3..4aa44c5 100644 --- a/tools/mapedit/src/frame.h +++ b/tools/mapedit/src/frame.h | |||
| @@ -21,6 +21,7 @@ class MapeditFrame : public wxFrame { | |||
| 21 | MapeditWidget* GetMapEditor(); | 21 | MapeditWidget* GetMapEditor(); |
| 22 | void StartAddingEntity(); | 22 | void StartAddingEntity(); |
| 23 | void FinishAddingEntity(); | 23 | void FinishAddingEntity(); |
| 24 | void MapDirtyDidChange(bool dirty); | ||
| 24 | 25 | ||
| 25 | static void NewMap(); | 26 | static void NewMap(); |
| 26 | static void OpenMap(const char* filename); | 27 | static void OpenMap(const char* filename); |
| @@ -53,6 +54,7 @@ class MapeditFrame : public wxFrame { | |||
| 53 | wxChoice* entityTypeBox; | 54 | wxChoice* entityTypeBox; |
| 54 | wxButton* addEntityButton; | 55 | wxButton* addEntityButton; |
| 55 | wxButton* cancelEntityButton; | 56 | wxButton* cancelEntityButton; |
| 57 | wxToolBar* toolbar; | ||
| 56 | 58 | ||
| 57 | bool addingEntity = false; | 59 | bool addingEntity = false; |
| 58 | 60 | ||
