mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-08 08:55:37 -05:00
add/remove map section entry in region map editor
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user