mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-24 09:36:11 -05:00
add map section swap feature and smooth zooming
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
|
||||
~RegionMap() {};
|
||||
|
||||
Project *project;
|
||||
Project *project = nullptr;
|
||||
|
||||
QVector<RegionMapSquare> map_squares;
|
||||
History<RegionMapHistoryItem*> history;
|
||||
@@ -70,6 +70,7 @@ public:
|
||||
|
||||
void resize(int width, int height);
|
||||
void resetSquare(int index);
|
||||
void replaceSectionId(unsigned oldId, unsigned newId);
|
||||
|
||||
int width();
|
||||
int height();
|
||||
|
||||
Reference in New Issue
Block a user