summary refs log tree commit diff stats
path: root/tools/mapedit/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mapedit/src/map.h')
-rw-r--r--tools/mapedit/src/map.h2
1 files changed, 2 insertions, 0 deletions
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 {
49 Map& operator= (Map other); 49 Map& operator= (Map other);
50 friend void swap(Map& first, Map& second); 50 friend void swap(Map& first, Map& second);
51 51
52 std::string getTitle() const;
53 void setTitle(std::string title);
52 void save(std::string name); 54 void save(std::string name);
53 bool hasUnsavedChanges() const; 55 bool hasUnsavedChanges() const;
54 void setTileAt(int x, int y, int tile); 56 void setTileAt(int x, int y, int tile);