mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 04:22:34 +02:00
Hooked more functions to VM.
This commit is contained in:
@@ -14,5 +14,7 @@ void error(char * message);
|
||||
int partCreate(int i, int x, int y, int type);
|
||||
void partChangeType(int i, int x, int y, int type);
|
||||
int pmapData(int x, int y);
|
||||
void deletePart(int x, int y, int flags);
|
||||
void killPart(int i);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user