summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/glyphs.h')
-rw-r--r--Smoke/glyphs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Smoke/glyphs.h b/Smoke/glyphs.h
index 1e220a2..2a40a94 100644
--- a/Smoke/glyphs.h
+++ b/Smoke/glyphs.h
@@ -2,13 +2,13 @@
#define _GLYPHS_H
void glyphs_set_render(int render_glyphs);
-int glphys_get_render(void);
+int glyphs_get_render(void);
void glyphs_set_num_colors(int num_colors);
int glyphs_get_num_colors(void);
-void glyphs_set_map(int colormap);
-int glyphs_get_map(void);
+void glyphs_set_colormap(int colormap);
+int glyphs_get_colormap(void);
void glyphs_set_alpha(float alpha);
float glyphs_get_alpha(void);