summaryrefslogtreecommitdiffstats
path: root/Smoke/smoke.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-03 14:58:08 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-03 14:58:08 (GMT)
commit747c680560744a021f1b99455db33f906970c3fe (patch)
tree6b7cf0ec59e1e399b060ca16e657249f8c5add32 /Smoke/smoke.h
parente1b9274194fcb0e5054948917628c5e1022b42c2 (diff)
download2iv35-747c680560744a021f1b99455db33f906970c3fe.zip
2iv35-747c680560744a021f1b99455db33f906970c3fe.tar.gz
2iv35-747c680560744a021f1b99455db33f906970c3fe.tar.bz2
dataset selection buttons now work
Diffstat (limited to 'Smoke/smoke.h')
-rw-r--r--Smoke/smoke.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Smoke/smoke.h b/Smoke/smoke.h
index dcd5749..bbdcacb 100644
--- a/Smoke/smoke.h
+++ b/Smoke/smoke.h
@@ -4,4 +4,10 @@
void smoke_set_render(int render_smoke);
int smoke_get_render(void);
+void smoke_set_dataset(int dataset);
+int smoke_get_dataset(void);
+
+void smoke_set_field(fftw_real *field);
+fftw_real *smoke_get_field(void);
+
#endif