From 698517be481301b4525c29873134a67b8343af3c Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 9 Dec 2010 18:56:03 +0200 Subject: pull in more code from PicoDrive --- frontend/common/fonts.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 frontend/common/fonts.h (limited to 'frontend/common/fonts.h') diff --git a/frontend/common/fonts.h b/frontend/common/fonts.h new file mode 100644 index 0000000..dbbdd4c --- /dev/null +++ b/frontend/common/fonts.h @@ -0,0 +1,4 @@ + +extern unsigned char fontdata8x8[64*16]; +extern unsigned char fontdata6x8[256-32][8]; + -- cgit v1.2.3