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


typedef struct {
const BYTE	*src;
const BYTE	*src2;
	BYTE	*dst;
	int		width;
	int		xbytes;
	int		y;
	int		xalign;
	int		yalign;
	BYTE	dirty[SURFACE_WIDTH];
} _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>