diff options
| author | Savely Skresanov <savask@yandex.ru> | 2012-09-15 11:29:23 (GMT) |
|---|---|---|
| committer | Savely Skresanov <savask@yandex.ru> | 2012-09-15 14:34:18 (GMT) |
| commit | b626864293a5cb4717303245095c6d6f39c52f7d (patch) | |
| tree | 1a9dd2f7db613851115877ba6c52da24f132a871 /tptlibrary/tpt_syscalls.h | |
| parent | 8a4d18df49f6dbc22b3c1b87c19cc7e6eca5837b (diff) | |
| download | powder-b626864293a5cb4717303245095c6d6f39c52f7d.zip powder-b626864293a5cb4717303245095c6d6f39c52f7d.tar.gz | |
Some work on adding new hooks.
Diffstat (limited to 'tptlibrary/tpt_syscalls.h')
| -rw-r--r-- | tptlibrary/tpt_syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tptlibrary/tpt_syscalls.h b/tptlibrary/tpt_syscalls.h index 6112306..a3adf41 100644 --- a/tptlibrary/tpt_syscalls.h +++ b/tptlibrary/tpt_syscalls.h @@ -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 |
