diff options
Diffstat (limited to 'tools/mapedit/src/map.cpp')
| -rw-r--r-- | tools/mapedit/src/map.cpp | 5 |
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 | ||
| 116 | World* Map::getWorld() const | ||
| 117 | { | ||
| 118 | return world; | ||
| 119 | } | ||
| 120 | |||
| 116 | void Map::setTitle(std::string title, bool dirty) | 121 | void Map::setTitle(std::string title, bool dirty) |
| 117 | { | 122 | { |
| 118 | this->title = title; | 123 | this->title = title; |
