reactos/rosapps/demos/ddraw/main.h
Maarten Bosma 135eaf6958 A simple test app for DirectDraw.
svn path=/trunk/; revision=17155
2005-08-07 10:13:46 +00:00

14 lines
284 B
C

LPDIRECTDRAW7 pDD;
LPDIRECTDRAWSURFACE7 lpddsPrimary; //, lpddsBack;
HRESULT ddrval;
HWND hwnd;
bool running, fullscreen;
void ddRelease ();
char* DDErrorString (HRESULT hr);
LONG WINAPI WndProc (HWND hwnd, UINT message, UINT wParam, LONG lParam);
extern "C" bool HookAPICalls();