9acca161510d58cbc30b19b894c6175385c924d9
[rocksndiamonds.git] / src / game_sp / DirectDrawGlobals.h
1 // ----------------------------------------------------------------------------
2 // DirectDrawGlobals.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef DIRECTDRAWGLOBALS_H
6 #define DIRECTDRAWGLOBALS_H
7
8 #include "vb_types.h"
9 #include "vb_defs.h"
10 #include "vb_vars.h"
11 #include "vb_lib.h"
12
13 #include "global.h"
14
15 #if 0
16
17 extern void ClipToWindow(long hWnd);
18 extern void InitDirectDraw(long hWndClip);
19 extern void ReleaseDirectDraw();
20
21 extern DirectDraw7 DirectDraw;
22 extern DirectDrawSurface7 PrimarySurface;
23 extern DirectX7 DirectX;
24
25 #endif
26
27 #endif /* DIRECTDRAWGLOBALS_H */