summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.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/glyphs.h
parente1b9274194fcb0e5054948917628c5e1022b42c2 (diff)
download2iv35-747c680560744a021f1b99455db33f906970c3fe.zip
2iv35-747c680560744a021f1b99455db33f906970c3fe.tar.gz
2iv35-747c680560744a021f1b99455db33f906970c3fe.tar.bz2
dataset selection buttons now work
Diffstat (limited to 'Smoke/glyphs.h')
-rw-r--r--Smoke/glyphs.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/Smoke/glyphs.h b/Smoke/glyphs.h
index 4f080f2..1e220a2 100644
--- a/Smoke/glyphs.h
+++ b/Smoke/glyphs.h
@@ -13,9 +13,14 @@ int glyphs_get_map(void);
void glyphs_set_alpha(float alpha);
float glyphs_get_alpha(void);
-void glyphs_set_frame(fftw_real *frame);
-fftw_real *glyphs_get_frame(void);
+void glyphs_set_dataset_color(int dataset);
+int glyphs_get_dataset_color(void);
+void glyphs_set_dataset_direction(int dataset);
+int glyphs_get_dataset_direction(void);
+
+void glyphs_set_field(fftw_real *field);
+fftw_real *glyphs_get_field(void);
struct color4f glyphs_get_color(float value);
#endif