summary refs log tree commit diff stats
path: root/tools/mapedit/src/frame.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-19 11:42:54 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-19 11:42:54 -0400
commit281bdf956a646fd8c9944e9a44f867c984792216 (patch)
treeba0297d2125ac22d22c873e012a8f0604e9e3a86 /tools/mapedit/src/frame.h
parent103587c2d5f9deb20e549a86cdf5023b429cc6a1 (diff)
downloadtherapy-281bdf956a646fd8c9944e9a44f867c984792216.tar.gz
therapy-281bdf956a646fd8c9944e9a44f867c984792216.tar.bz2
therapy-281bdf956a646fd8c9944e9a44f867c984792216.zip
Map editor can now edit properties for objects (breaks main game build)
Diffstat (limited to 'tools/mapedit/src/frame.h')
-rw-r--r--tools/mapedit/src/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mapedit/src/frame.h b/tools/mapedit/src/frame.h index dd8424c..9f9ea1f 100644 --- a/tools/mapedit/src/frame.h +++ b/tools/mapedit/src/frame.h
@@ -74,6 +74,7 @@ class MapeditFrame : public wxFrame {
74 void OnSetUpmapMap(wxCommandEvent& event); 74 void OnSetUpmapMap(wxCommandEvent& event);
75 void OnSetDownmapType(wxCommandEvent& event); 75 void OnSetDownmapType(wxCommandEvent& event);
76 void OnSetDownmapMap(wxCommandEvent& event); 76 void OnSetDownmapMap(wxCommandEvent& event);
77 void OnSelectEntity(wxCommandEvent& event);
77 78
78 World* world; 79 World* world;
79 Map* currentMap; 80 Map* currentMap;