add/remove map section entry in region map editor

This commit is contained in:
garak
2022-04-26 22:19:36 -04:00
committed by garakmon
parent fa01768962
commit e82ff92b2b
7 changed files with 400 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ public:
void setEntries(tsl::ordered_map<QString, MapSectionEntry> *entries) { this->region_map_entries = entries; }
MapSectionEntry getEntry(QString section);
void setEntry(QString section, MapSectionEntry entry);
void removeEntry(QString section);
void save();
void saveTilemap();