summaryrefslogtreecommitdiffstats
path: root/Smoke/heightplots.h
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/heightplots.h')
-rw-r--r--Smoke/heightplots.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Smoke/heightplots.h b/Smoke/heightplots.h
index 856a701..49c5441 100644
--- a/Smoke/heightplots.h
+++ b/Smoke/heightplots.h
@@ -13,6 +13,9 @@ int heightplots_get_colormap(void);
void heightplots_set_alpha(float alpha);
float heightplots_get_alpha(void);
+void heightplots_set_dataset(int dataset);
+int heightplots_get_dataset(void);
+
void heightplots_set_frame(fftw_real *frame);
fftw_real *heightplots_get_frame(void);