summaryrefslogtreecommitdiffstats
path: root/Smoke/heightplots.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-05 04:02:07 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-05 04:02:07 (GMT)
commit11e1578b67647a603e23fae44fe658fe2806e19a (patch)
treedacfbba0e25b4e86aaf8ab5e36c92099dc442a76 /Smoke/heightplots.h
parentcf983359977dbea21b49747e3430725209a804ee (diff)
download2iv35-11e1578b67647a603e23fae44fe658fe2806e19a.zip
2iv35-11e1578b67647a603e23fae44fe658fe2806e19a.tar.gz
2iv35-11e1578b67647a603e23fae44fe658fe2806e19a.tar.bz2
heightplots added
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 49c5441..6c25c69 100644
--- a/Smoke/heightplots.h
+++ b/Smoke/heightplots.h
@@ -16,6 +16,9 @@ float heightplots_get_alpha(void);
void heightplots_set_dataset(int dataset);
int heightplots_get_dataset(void);
+void heightplots_set_height(int height);
+int heightplots_get_height(void);
+
void heightplots_set_frame(fftw_real *frame);
fftw_real *heightplots_get_frame(void);