mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-15 13:26:53 -05:00
Implement more map api functions
This commit is contained in:
@@ -16,6 +16,7 @@ class Scripting
|
||||
public:
|
||||
Scripting(MainWindow *mainWindow);
|
||||
static QJSValue fromBlock(Block block);
|
||||
static QJSValue dimensions(int width, int height);
|
||||
static void init(MainWindow *mainWindow);
|
||||
static void cb_MetatileChanged(int x, int y, Block prevBlock, Block newBlock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user