Hooked more functions to VM.

This commit is contained in:
Savely Skresanov
2012-09-15 21:31:55 +07:00
parent b626864293
commit ec0dfa27e8
5 changed files with 25 additions and 5 deletions

View File

@@ -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