summaryrefslogtreecommitdiff
path: root/includes/powder.h
diff options
context:
space:
mode:
authorCate <cate@cate-6sh2.(none)>2011-07-12 14:55:25 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-07-12 15:29:22 (GMT)
commit45fe00bef96958f6f26174a6fbce6bf0498a4a98 (patch)
treef97d60db772fe7fa8f3fe1fbc98df1899a3bff40 /includes/powder.h
parentd7053422f14d60daca97a3c3c321ae82fd82025a (diff)
downloadpowder-45fe00bef96958f6f26174a6fbce6bf0498a4a98.zip
powder-45fe00bef96958f6f26174a6fbce6bf0498a4a98.tar.gz
Added Cracker changes for adding a triangle brush! :DDD Seems to work without any issues.
Diffstat (limited to 'includes/powder.h')
-rw-r--r--includes/powder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index ed52d15..5ceebb2 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -969,6 +969,8 @@ void detach(int i);
void part_change_type(int i, int x, int y, int t);
+int InCurrentBrush(int i, int j, int rx, int ry);
+
int create_part(int p, int x, int y, int t);
void delete_part(int x, int y);