File:  [RetroPC.NET] / np2 / win9xc / dialog / Attic / bit2res.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Oct 17 02:59:29 2003 JST (22 years ago) by yui
Branches: MAIN
CVS tags: HEAD
Initial revision


typedef struct {
	int		x;
	int		y;
	RGB32	*pal;
	UINT	pals;
const BYTE	*data;
} BIT2RES;


extern const BIT2RES snd26dip;
extern const BIT2RES snd86dip;
extern const BIT2RES spbdip;
extern const BIT2RES mpudip;
extern const BIT2RES pc9861dip;

int	bit2res_getsize(const BIT2RES *p);
void bit2res_sethead(BITMAPINFO *bi, const BIT2RES *p);
void bit2res_setdata(BYTE *dat, const BIT2RES *p);


RetroPC.NET-CVS <cvs@retropc.net>