view pwplib/convert.h @ 36:d803c129c1e2

Obviously this is a bug, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 01:23:01 +0300
parents acb5694e93d9
children 85671798fdb3
line wrap: on
line source

#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;