summary refs log tree commit diff stats
path: root/tools/mapedit/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mapedit/src/map.cpp')
-rw-r--r--tools/mapedit/src/map.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/mapedit/src/map.cpp b/tools/mapedit/src/map.cpp index 32541e6..0f8826c 100644 --- a/tools/mapedit/src/map.cpp +++ b/tools/mapedit/src/map.cpp
@@ -113,6 +113,11 @@ bool Map::getExpanded() const
113 return expanded; 113 return expanded;
114} 114}
115 115
116World* Map::getWorld() const
117{
118 return world;
119}
120
116void Map::setTitle(std::string title, bool dirty) 121void Map::setTitle(std::string title, bool dirty)
117{ 122{
118 this->title = title; 123 this->title = title;