summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-03 18:05:51 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-03 18:05:51 (GMT)
commitb12d6854cbb458c3de11266efefa8fb2ea11a1cf (patch)
tree32fc00f87d0bdb7f9d024c6b174e5896fd66a0f2 /Smoke/fluids.h
parent909340f9a5299194c582f9224f21f4f4daf56e51 (diff)
download2iv35-b12d6854cbb458c3de11266efefa8fb2ea11a1cf.zip
2iv35-b12d6854cbb458c3de11266efefa8fb2ea11a1cf.tar.gz
2iv35-b12d6854cbb458c3de11266efefa8fb2ea11a1cf.tar.bz2
frame passing changes
Diffstat (limited to 'Smoke/fluids.h')
-rw-r--r--Smoke/fluids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Smoke/fluids.h b/Smoke/fluids.h
index 97fd5bf..ca2c214 100644
--- a/Smoke/fluids.h
+++ b/Smoke/fluids.h
@@ -73,6 +73,8 @@ extern float threshold1;
extern float threshold2;
extern int active_slider;
+void fluids_init(int dim);
+
void fluids_set_calculate(int calculate);
int fluids_get_calculate(void);
void fluids_insert_smoke(int x, int y);