X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDirectXGlobals.h;h=d00a5a9acbb3832fe827558bff46ee222773d3ec;hb=20a30378bfde4264628619380057730df6887972;hp=4615d91e59ccc0b186f44ed95d7ed3554c760eaf;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/DirectXGlobals.h b/src/game_sp/DirectXGlobals.h index 4615d91e..d00a5a9a 100644 --- a/src/game_sp/DirectXGlobals.h +++ b/src/game_sp/DirectXGlobals.h @@ -12,6 +12,8 @@ #include "global.h" +#if 0 + extern void ClipToWindow(long hWnd); extern void InitDirectX(long hWndForm, long hWndClip); extern void ReleaseDirectDraw(); @@ -23,4 +25,6 @@ extern DirectSound DSound; extern DirectX7 DirectX; extern DirectX7 DirectXS; +#endif + #endif /* DIRECTXGLOBALS_H */