summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-06-27 17:16:25 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-06-27 17:16:25 (GMT)
commit3fe82bf525584bfe333013da218b530fd2f277f2 (patch)
treea6959acf85a73214a5fa70ff5fae0462e15dc5b2 /includes
parent36ee81fc6b472ef956ad742ea3e626417c5317fe (diff)
downloadpowder-3fe82bf525584bfe333013da218b530fd2f277f2.zip
powder-3fe82bf525584bfe333013da218b530fd2f277f2.tar.gz
Jagged arcs
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 f86f6c1..f19d19e 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -893,6 +893,8 @@ void set_emap(int x, int y);
int parts_avg(int ci, int ni, int t);
+void create_arc(int sx, int sy, int dx, int dy, int midpoints, int variance, int type);
+
int nearest_part(int ci, int t);
void update_particles_i(pixel *vid, int start, int inc);