view pwplib/convert.h @ 54:85671798fdb3

Various code cleanups, cosmetics, warning fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 May 2010 01:22:51 +0300
parents acb5694e93d9
children 77f40a3c0095
line wrap: on
line source

#ifndef PWP_CONVERT_H
#define PWP_CONVERT_H

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


#endif /* PWP_CONVERT_H */