summaryrefslogtreecommitdiffstats
path: root/menu_demo/font.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-04-25 19:55:15 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-04-25 19:55:15 (GMT)
commit3f0c80bb6069ac6ac6b66704f5035bcc7e979dd5 (patch)
treead61d36807421809ace7af6d0cb7a7fd83f94d3b /menu_demo/font.h
parent845e64337574bd56630ee6caf48969177db5fe62 (diff)
download2iv55-3f0c80bb6069ac6ac6b66704f5035bcc7e979dd5.zip
2iv55-3f0c80bb6069ac6ac6b66704f5035bcc7e979dd5.tar.gz
2iv55-3f0c80bb6069ac6ac6b66704f5035bcc7e979dd5.tar.bz2
2 font files (.c + .h) toegevoegd
Diffstat (limited to 'menu_demo/font.h')
-rw-r--r--menu_demo/font.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/menu_demo/font.h b/menu_demo/font.h
new file mode 100644
index 0000000..817c8a4
--- /dev/null
+++ b/menu_demo/font.h
@@ -0,0 +1,12 @@
+#ifndef _CFONT_H
+#define _CFONT_H
+
+#define FONT_WIDTH 32
+#define FONT_HEIGHT 32
+#define FONT_SPACING 20
+
+void FontInit(int f_iWinWidth, int f_iWinHeight);
+void FontDelete(GLvoid);
+void glPrint(GLint x, GLint y, char *string);
+
+#endif \ No newline at end of file