summaryrefslogtreecommitdiffstats
path: root/Smoke/streamlines.h
diff options
context:
space:
mode:
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);