summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-19 15:44:23 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-19 15:44:23 (GMT)
commita60088999da4f44bf5885f431fe78eb87d643ae7 (patch)
tree27940a3cd14a7cdee60ddb0263bf1173c51df56c /Smoke/glyphs.h
parentc287b3f591fe3e10dceedfd90a5ce71b2c703988 (diff)
download2iv35-a60088999da4f44bf5885f431fe78eb87d643ae7.zip
2iv35-a60088999da4f44bf5885f431fe78eb87d643ae7.tar.gz
2iv35-a60088999da4f44bf5885f431fe78eb87d643ae7.tar.bz2
splitted up glyphs
Diffstat (limited to 'Smoke/glyphs.h')
-rw-r--r--Smoke/glyphs.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/Smoke/glyphs.h b/Smoke/glyphs.h
index 5d61d98..ef24fce 100644
--- a/Smoke/glyphs.h
+++ b/Smoke/glyphs.h
@@ -1,6 +1,15 @@
#ifndef _GLYPHS_H
#define _GLYPHS_H
-void draw_glyphs(void);
+void glyphs_set_render(int render_glyphs);
+int glphys_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);
+
+
+struct color4f glyphs_get_color(float value);
#endif