mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-22 00:26:37 -05:00
Implement proof of concept for scripting capabilities
This commit is contained in:
@@ -37,6 +37,8 @@ public:
|
||||
MainWindow(const MainWindow &) = delete;
|
||||
MainWindow & operator = (const MainWindow &) = delete;
|
||||
|
||||
Q_INVOKABLE void scriptapi_setBlock(int x, int y, int tile, int collision, int elevation);
|
||||
|
||||
public slots:
|
||||
void scaleMapView(int);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user