Use game's own window for drawing, initial drawing with grayscale palette

This commit is contained in:
Toni Spets 2010-10-17 14:19:48 +03:00
parent ad037e718c
commit c3ed0a00b1
4 changed files with 57 additions and 28 deletions

1
main.h
View file

@ -62,7 +62,6 @@ typedef struct
DWORD height;
DWORD bpp;
HINSTANCE hInstance;
HWND hWnd;
} fakeDirectDrawObject;