diff pwplib/convert.h @ 0:acb5694e93d9

Initial import.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 May 2010 04:25:44 +0300
parents
children 85671798fdb3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pwplib/convert.h	Tue May 18 04:25:44 2010 +0300
@@ -0,0 +1,18 @@
+#include "pwplib.h"
+
+#ifndef __CONVERT_C
+  extern
+#endif
+struct
+{
+  u8  rast[256*2];
+  u8  font[256],col[256];
+
+  u16 tab1to12[256];
+  /*  tab1to22 */
+  
+  u16 megatab[256*256];
+  u16 rasthalve[256*256];
+
+  void(*orig_dump_attr)();
+}pwpconv;