diff options
Diffstat (limited to 'fonts.h')
-rwxr-xr-x | fonts.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fonts.h b/fonts.h new file mode 100755 index 00000000..e1c97b76 --- /dev/null +++ b/fonts.h @@ -0,0 +1,12 @@ +#ifndef ASCIILIB_H
+#define ASCIILIB_H
+
+#include <string.h>
+
+//#define ASCII_8X16_MS_Gothic
+#define ASCII_8X16_System
+
+void GetASCIICode(unsigned char* pBuffer,unsigned char ASCII);
+
+#endif
+
|