File:  [RetroPC.NET] / xmil / vram / sdraw.h
Revision 1.1: download - view: text, annotated - select for diffs
Sun Aug 1 14:31:31 2004 JST (21 years, 3 months ago) by yui
Branches: MAIN
CVS tags: HEAD
initialize


typedef struct {
const UINT8	*src;
	UINT8	*dst;
	int		width;
	int		xbytes;
	int		y;
	int		xalign;
	int		yalign;
	UINT8	dirty[SURFACE_HEIGHT];
} _SDRAW, *SDRAW;

typedef void (SCRNCALL * SDRAWFN)(SDRAW sdraw, int maxy);


#ifdef __cplusplus
extern "C" {
#endif

const SDRAWFN *sdraw_getproctbl(const SCRNSURF *surf);

#ifdef __cplusplus
}
#endif


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