mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-22 00:26:37 -05:00
Split readMaxMapDataSize, move mapDimensionsValid to project
This commit is contained in:
@@ -277,7 +277,6 @@ private:
|
||||
QString getDefaultMap();
|
||||
void setRecentMap(QString map_name);
|
||||
QStandardItem* createMapItem(QString mapName, int groupNum, int inGroupNum);
|
||||
bool mapDimensionsValid(int width, int height);
|
||||
|
||||
void drawMapListIcons(QAbstractItemModel *model);
|
||||
void updateMapList();
|
||||
|
||||
@@ -149,6 +149,7 @@ public:
|
||||
QStringList getVisibilities();
|
||||
QMap<QString, QStringList> getTilesetLabels();
|
||||
bool readTilesetProperties();
|
||||
bool readMaxMapDataSize();
|
||||
bool readRegionMapSections();
|
||||
bool readItemNames();
|
||||
bool readFlagNames();
|
||||
@@ -188,8 +189,8 @@ public:
|
||||
static int getDefaultMapSize();
|
||||
static int getMaxMapWidth();
|
||||
static int getMaxMapHeight();
|
||||
|
||||
int getMapDataSize(int width, int height);
|
||||
static int getMapDataSize(int width, int height);
|
||||
static bool mapDimensionsValid(int width, int height);
|
||||
bool calculateDefaultMapSize();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user