view pwplib/convert.h @ 40:32559c69f6e5

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 02:55:17 +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;