summaryrefslogtreecommitdiffstats
path: root/Smoke/streamlines.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-01-10 20:59:50 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-01-10 20:59:50 (GMT)
commitdcab21f30e9c451bfc2b7e65d90323b5e11a8612 (patch)
tree07ead18381e62c1ef7295252126410d73ac8164a /Smoke/streamlines.h
parenta003a02f8ae4f5bc14cbed9249b0fbfefdd2fd07 (diff)
download2iv35-dcab21f30e9c451bfc2b7e65d90323b5e11a8612.zip
2iv35-dcab21f30e9c451bfc2b7e65d90323b5e11a8612.tar.gz
2iv35-dcab21f30e9c451bfc2b7e65d90323b5e11a8612.tar.bz2
normal vectors correct
Diffstat (limited to 'Smoke/streamlines.h')
-rw-r--r--Smoke/streamlines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Smoke/streamlines.h b/Smoke/streamlines.h
index 14736e3..54c31ea 100644
--- a/Smoke/streamlines.h
+++ b/Smoke/streamlines.h
@@ -25,6 +25,8 @@ struct fftw_real_xy *streamlines_get_history_scalars(void);
void streamlines_set_history(fftw_real **history);
fftw_real *streamlines_get_history(int hisdex);
+void streamlines_set_hisdex(int arg);
+int streamlines_get_hisdex(void);
struct color4f streamlines_get_color(float value);