aboutsummaryrefslogtreecommitdiff
path: root/src/fontface.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2010-12-30 05:04:04 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2010-12-30 05:04:04 +0100
commite465a280b562cf0ed4ab136e240437f6574189f8 (patch)
treeceb1f90df5dd15630c98f28b418aa1c475836799 /src/fontface.h
downloadvirtualosc-e465a280b562cf0ed4ab136e240437f6574189f8.tar.gz
old Virtual OSC Controller project exported from SVN working copy
unfortunately the repository is long gone, so is its history working and tested for: * POSIX/gcc (Linux, Windows Cygwin, OS/2 EMX) * Open Watcom C (native OS/2 and Windows)
Diffstat (limited to 'src/fontface.h')
-rw-r--r--src/fontface.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fontface.h b/src/fontface.h
new file mode 100644
index 0000000..a220608
--- /dev/null
+++ b/src/fontface.h
@@ -0,0 +1,12 @@
+
+#ifndef __FONTFACE_H
+#define __FONTFACE_H
+
+#include <SDL.h>
+
+#define FONTHEIGHT 8
+#define FONTWIDTH 8
+
+extern const Uint8 Font_Face[256][FONTHEIGHT];
+
+#endif