summaryrefslogtreecommitdiff
path: root/tptlibrary/tpt_syscalls.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-16 11:02:09 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-16 11:02:09 (GMT)
commit95bbd04d212a35d19af4f13375914971aeed758e (patch)
tree533be8ff914afb13f0a97303f9c76bc0ed3277e5 /tptlibrary/tpt_syscalls.h
parent42ec654f3e38e8c037a948665d96789334f5b3d1 (diff)
parentec0dfa27e888461ec85012fa23d5a26e30f0e813 (diff)
downloadpowder-95bbd04d212a35d19af4f13375914971aeed758e.zip
powder-95bbd04d212a35d19af4f13375914971aeed758e.tar.gz
Merge branch 'master' of github.com:FacialTurd/PowderToypp
Diffstat (limited to 'tptlibrary/tpt_syscalls.h')
-rw-r--r--tptlibrary/tpt_syscalls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tptlibrary/tpt_syscalls.h b/tptlibrary/tpt_syscalls.h
index 6112306..f72aeb5 100644
--- a/tptlibrary/tpt_syscalls.h
+++ b/tptlibrary/tpt_syscalls.h
@@ -13,5 +13,8 @@ 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