From 36536297aac5c07e3d5fb96abed74570fc7615e9 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 16 Mar 2015 10:57:03 -0400 Subject: Added toolbar with file buttons to map editor --- tools/mapedit/src/frame.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/mapedit/src/frame.h') 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 { MapeditWidget* GetMapEditor(); void StartAddingEntity(); void FinishAddingEntity(); + void MapDirtyDidChange(bool dirty); static void NewMap(); static void OpenMap(const char* filename); @@ -53,6 +54,7 @@ class MapeditFrame : public wxFrame { wxChoice* entityTypeBox; wxButton* addEntityButton; wxButton* cancelEntityButton; + wxToolBar* toolbar; bool addingEntity = false; -- cgit 1.4.1