summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2012-06-21 12:31:35 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2012-06-21 12:58:35 (GMT)
commit31ce22f122111267f7e2989a6eaf0e627ea7d2a7 (patch)
tree9f14e764026452dd85024f7ee85b21c9981d2bcb /includes
parentded23cfa948ef224075e59340a4ab70f3b1b9f28 (diff)
downloadpowder-31ce22f122111267f7e2989a6eaf0e627ea7d2a7.zip
powder-31ce22f122111267f7e2989a6eaf0e627ea7d2a7.tar.gz
Gravity modes and Newtonian gravity for fireworks
Resolves issue #59
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 62cbd9f..f47eace 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -804,6 +804,8 @@ void detach(int i);
void part_change_type(int i, int x, int y, int t);
+void get_gravity_field(int x, int y, float particleGrav, float newtonGrav, float *pGravX, float *pGravY);
+
int InCurrentBrush(int i, int j, int rx, int ry);
int get_brush_flags();