From c125c1acc0b20c3e405dddb5c835d9734aa0472c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 15 Mar 2015 19:08:46 -0400 Subject: Added ability to edit title in map editor --- tools/mapedit/src/map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/mapedit/src/map.h') diff --git a/tools/mapedit/src/map.h b/tools/mapedit/src/map.h index 66e4596..45ec7e1 100644 --- a/tools/mapedit/src/map.h +++ b/tools/mapedit/src/map.h @@ -49,6 +49,8 @@ class Map { Map& operator= (Map other); friend void swap(Map& first, Map& second); + std::string getTitle() const; + void setTitle(std::string title); void save(std::string name); bool hasUnsavedChanges() const; void setTileAt(int x, int y, int tile); -- cgit 1.4.1