summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2007-12-14 08:35:25 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2007-12-14 08:35:25 (GMT)
commit5601182e9456b3d4d782f135c8b151f5d9b021cd (patch)
treefe9e06a8a0f572dad622e8887732796a725887fe /Smoke/glyphs.h
parent2b49eb5eb684537c19d9f0eabdffad0ffcf196ac (diff)
download2iv35-5601182e9456b3d4d782f135c8b151f5d9b021cd.zip
2iv35-5601182e9456b3d4d782f135c8b151f5d9b021cd.tar.gz
2iv35-5601182e9456b3d4d782f135c8b151f5d9b021cd.tar.bz2
glyphs apart in een file gestopt
Diffstat (limited to 'Smoke/glyphs.h')
-rw-r--r--Smoke/glyphs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Smoke/glyphs.h b/Smoke/glyphs.h
new file mode 100644
index 0000000..5d61d98
--- /dev/null
+++ b/Smoke/glyphs.h
@@ -0,0 +1,6 @@
+#ifndef _GLYPHS_H
+#define _GLYPHS_H
+
+void draw_glyphs(void);
+
+#endif