Return to
scrnbmp.h
CVS log
Up to
[RetroPC.NET]
/
np2
/
vram
Diff for /np2/vram/scrnbmp.h between versions 1.2 and 1.3
version 1.2
, 2004/03/27 10:52:55
version 1.3
, 2005/02/07 14:46:13
Line 8
enum {
Line 8
enum {
typedef struct {
typedef struct {
UINT type;
UINT type;
BYTE *ptr;
UINT8 *ptr;
UINT size;
UINT size;
} _SCRNBMP, *SCRNBMP;
} _SCRNBMP, *SCRNBMP;
Diff format:
Colored
Long colored
Unified
Context
Side by side
Removed from v.1.2
changed lines
Added in v.1.3
RetroPC.NET-CVS <
cvs@retropc.net
>