summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-03 16:33:47 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-03 16:33:47 (GMT)
commit3d764e6b458d897d2959771b46c67addbcea8b70 (patch)
treecfdb03310238ff2301ff32516f602950fe742687 /Smoke/glyphs.h
parent8addeabeb2498955ebb7b62f810fbf2781bcae59 (diff)
download2iv35-3d764e6b458d897d2959771b46c67addbcea8b70.zip
2iv35-3d764e6b458d897d2959771b46c67addbcea8b70.tar.gz
2iv35-3d764e6b458d897d2959771b46c67addbcea8b70.tar.bz2
code cleanup and fixes
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);