summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.h
diff options
context:
space:
mode:
Diffstat (limited to 'Smoke/glyphs.h')
-rw-r--r--Smoke/glyphs.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Smoke/glyphs.h b/Smoke/glyphs.h
index 3bcc9d3..200d603 100644
--- a/Smoke/glyphs.h
+++ b/Smoke/glyphs.h
@@ -1,5 +1,11 @@
#ifndef _GLYPHS_H
-#define _GLYPHS_H
+#define _GLYPHS_H
+
+#define GLYPH_LINES 0
+#define GLYPH_TRIANGLES 1
+#define GLYPH_CONES 2
+#define GLYPH_ARROWS 3
+#define GLYPH_QUAKE 4
void glyphs_set_render(int render_glyphs);
int glyphs_get_render(void);