Some work on adding new hooks.

This commit is contained in:
Savely Skresanov
2012-09-15 18:29:23 +07:00
parent 8a4d18df49
commit b626864293
6 changed files with 35 additions and 23 deletions

View File

@@ -13,5 +13,6 @@ 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);
#endif