mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-28 11:36:26 -05:00
Place new events in the center of the map
This commit is contained in:
@@ -34,6 +34,7 @@ public:
|
||||
|
||||
void updatePosition();
|
||||
void move(int x, int y);
|
||||
void move(const QPoint &pos) { move(pos.x(), pos.y()); }
|
||||
void emitPositionChanged();
|
||||
void updatePixmap();
|
||||
void bind(QComboBox *combo, QString key);
|
||||
|
||||
Reference in New Issue
Block a user