support GetDDInterface
This commit is contained in:
parent
21555e06f7
commit
c3dd35f122
4 changed files with 22 additions and 6 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <windows.h>
|
||||
#include "IDirectDrawPalette.h"
|
||||
#include "IDirectDrawClipper.h"
|
||||
#include "IDirectDraw.h"
|
||||
#include "ddraw.h"
|
||||
|
||||
|
||||
|
@ -41,6 +42,7 @@ typedef struct IDirectDrawSurfaceImpl
|
|||
|
||||
struct IDirectDrawSurfaceImpl* backbuffer;
|
||||
struct IDirectDrawClipperImpl* clipper;
|
||||
struct IDirectDrawImpl* ddraw;
|
||||
|
||||
} IDirectDrawSurfaceImpl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue