rnd-20100315-1-src
[rocksndiamonds.git] / src / game_sp / DirectXGlobals.h
1 // ----------------------------------------------------------------------------
2 // DirectXGlobals.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef DIRECTXGLOBALS_H
6 #define DIRECTXGLOBALS_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 InitDirectX(long hWndForm, long hWndClip);
19 extern void ReleaseDirectDraw();
20 extern void RestorePrimarySurface();
21
22 extern DirectDraw7 DDraw;
23 extern DirectDrawSurface7 PrimarySurface;
24 extern DirectSound DSound;
25 extern DirectX7 DirectX;
26 extern DirectX7 DirectXS;
27
28 #endif
29
30 #endif /* DIRECTXGLOBALS_H */