rename getTilesets->getTilesetLabels

This commit is contained in:
Karathan
2019-03-23 15:49:30 +01:00
committed by huderlem
parent 8c3c498ac9
commit e305e42e61
4 changed files with 5 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ public:
QList<QStringList>* parseAsm(QString text);
QStringList getSongNames();
QStringList getVisibilities();
QMap<QString, QStringList> getTilesets();
QMap<QString, QStringList> getTilesetLabels();
void readTilesetProperties();
void readRegionMapSections();
void readItemNames();