Implement GetSurfaceDesc, EnumAttachedSurfaces and Flip in IDirectDrawSurface, adds Carmageddon support to mainline

This commit is contained in:
Toni Spets 2011-06-29 23:18:42 +03:00
parent a40282013b
commit 706874f7f9
3 changed files with 44 additions and 11 deletions

View file

@ -37,6 +37,7 @@ typedef struct IDirectDrawSurfaceImpl
DWORD width;
DWORD height;
DWORD bpp;
DWORD flags;
DWORD caps;
IDirectDrawPaletteImpl *palette;