/************************************************************************/ /* pcx.h */ /************************************************************************/ /* taitaa olla alunperin ilkan k„sialaa. min„ rip'n'rollaan t„mm”set :) */ /************************************************************************/ #ifndef _pcx_h #define _pcx_h #include "bstructs.h" #include "ialot.h" #define byte unsigned char #define word unsigned short #define dword unsigned long int loadpcx(kuva pic); #endif