summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/glyphs.h')
-rw-r--r--Smoke/glyphs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Smoke/glyphs.h b/Smoke/glyphs.h
index fa97fe6..3bcc9d3 100644
--- a/Smoke/glyphs.h
+++ b/Smoke/glyphs.h
@@ -19,6 +19,9 @@ int glyphs_get_dataset_color(void);
void glyphs_set_dataset_direction(int dataset);
int glyphs_get_dataset_direction(void);
+void glyphs_set_sort(int sort);
+int glyphs_get_sort(void);
+
void glyphs_set_frame(fftw_real *frame);
fftw_real *glyphs_get_frame(void);