mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 20:36:19 -05:00
insert new map entries when edited
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user