X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDirectDrawGlobals.h;h=9acca161510d58cbc30b19b894c6175385c924d9;hb=b1750ae5f6404a4faacc38425e0b31c29ea12c37;hp=71cc763ffde8a11bfd361a572b60ad05a583c283;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/DirectDrawGlobals.h b/src/game_sp/DirectDrawGlobals.h index 71cc763f..9acca161 100644 --- a/src/game_sp/DirectDrawGlobals.h +++ b/src/game_sp/DirectDrawGlobals.h @@ -12,6 +12,8 @@ #include "global.h" +#if 0 + extern void ClipToWindow(long hWnd); extern void InitDirectDraw(long hWndClip); extern void ReleaseDirectDraw(); @@ -20,4 +22,6 @@ extern DirectDraw7 DirectDraw; extern DirectDrawSurface7 PrimarySurface; extern DirectX7 DirectX; +#endif + #endif /* DIRECTDRAWGLOBALS_H */