summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorsavask <savask@yandex.ru>2011-06-01 14:05:28 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-06-04 18:14:15 (GMT)
commitf5af89fb437e3c3fe9899643666dc01d46076b39 (patch)
treeb4a80b9ab27f5373a6bd21b9d19d66a40d0d1e89 /includes
parent7f245483a2683b67ceef6ce8aab3244b63b3888e (diff)
downloadpowder-f5af89fb437e3c3fe9899643666dc01d46076b39.zip
powder-f5af89fb437e3c3fe9899643666dc01d46076b39.tar.gz
Added detach to powder.h.
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 29b3db4..c0cf8b9 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -873,6 +873,8 @@ static void create_gain_photon(int pp);
void kill_part(int i);
+void detach(int i);
+
void part_change_type(int i, int x, int y, int t);
int create_part(int p, int x, int y, int t);