insert new map entries when edited

This commit is contained in:
garak
2019-04-12 23:07:00 -04:00
committed by huderlem
parent 875320ae26
commit 92ea089876
4 changed files with 47 additions and 9 deletions

View File

@@ -92,11 +92,11 @@ private:
void displayCityMapTileSelector();
void displayCityMap(QString name);
void displayRegionMapEntryOptions();
void uodateRegionMapEntryOptions(int);//
void updateRegionMapEntryOptions(QString);//
void updateRegionMapEntryOptions(QString);
void importTileImage(bool city = false);
bool createCityMap(QString name);
bool tryInsertNewMapEntry(QString);
void closeEvent(QCloseEvent* event);