summaryrefslogtreecommitdiffstats
path: root/Smoke/fluids.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-20 14:42:30 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-20 14:42:30 (GMT)
commit94f66fc3270f049202b25d79622f9042a37359eb (patch)
treebc84c53d1b1d02215c0fdabc1fc48288f358e24f /Smoke/fluids.h
parent88a86884cd1664a6820327c1ff8251bedaa947af (diff)
download2iv35-94f66fc3270f049202b25d79622f9042a37359eb.zip
2iv35-94f66fc3270f049202b25d79622f9042a37359eb.tar.gz
2iv35-94f66fc3270f049202b25d79622f9042a37359eb.tar.bz2
rotation seperated from 3D renderer
Diffstat (limited to 'Smoke/fluids.h')
-rw-r--r--Smoke/fluids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Smoke/fluids.h b/Smoke/fluids.h
index 7f00a39..db487d4 100644
--- a/Smoke/fluids.h
+++ b/Smoke/fluids.h
@@ -92,4 +92,7 @@ extern int isolines_nr;
extern float threshold1;
extern float threshold2;
+void fluids_set_calculate(int calculate);
+int fluids_get_calculate(void);
+
#endif