show opengl unavailable warning

This commit is contained in:
FunkyFr3sh 2018-06-22 04:27:34 +02:00
parent f5b661dc1b
commit fa54189259
5 changed files with 67 additions and 17 deletions

View file

@ -24,6 +24,8 @@
#define CUTSCENE_WIDTH 640
#define CUTSCENE_HEIGHT 400
extern char OpenglVersion[];
struct IDirectDrawImpl;
struct IDirectDrawImplVtbl;
struct IDirectDrawSurfaceImpl;

View file

@ -46,6 +46,10 @@ typedef struct IDirectDrawSurfaceImpl
DWORD lPitch;
DWORD lXPitch;
PBITMAPINFO bmi;
HBITMAP bitmap;
HDC hDC;
} IDirectDrawSurfaceImpl;
struct IDirectDrawSurfaceImplVtbl