summary refs log tree commit diff stats
path: root/tools/mapedit/src/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mapedit/src/frame.h')
-rw-r--r--tools/mapedit/src/frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mapedit/src/frame.h b/tools/mapedit/src/frame.h index 53d8998..11990b1 100644 --- a/tools/mapedit/src/frame.h +++ b/tools/mapedit/src/frame.h
@@ -27,10 +27,12 @@ class MapeditFrame : public wxFrame {
27 void OnClose(wxCommandEvent& event); 27 void OnClose(wxCommandEvent& event);
28 void OnExit(wxCloseEvent& event); 28 void OnExit(wxCloseEvent& event);
29 void OnQuit(wxCommandEvent& event); 29 void OnQuit(wxCommandEvent& event);
30 void OnTitleChange(wxCommandEvent& event);
30 31
31 Map map; 32 Map map;
32 MapeditWidget* mapEditor; 33 MapeditWidget* mapEditor;
33 TileWidget* tileEditor; 34 TileWidget* tileEditor;
35 wxTextCtrl* titleBox;
34 std::string filename; 36 std::string filename;
35 37
36 wxDECLARE_EVENT_TABLE(); 38 wxDECLARE_EVENT_TABLE();