4615d91e59ccc0b186f44ed95d7ed3554c760eaf
[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 extern void ClipToWindow(long hWnd);
16 extern void InitDirectX(long hWndForm, long hWndClip);
17 extern void ReleaseDirectDraw();
18 extern void RestorePrimarySurface();
19
20 extern DirectDraw7 DDraw;
21 extern DirectDrawSurface7 PrimarySurface;
22 extern DirectSound DSound;
23 extern DirectX7 DirectX;
24 extern DirectX7 DirectXS;
25
26 #endif /* DIRECTXGLOBALS_H */