X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDirectXGlobals.c;h=378903d2b7b0688f9d52f7919dca6baba7a82f26;hb=61ca162f9268de1fa4fe0df3f561189b1a71770d;hp=9478bef48d71d856bf79b273b3cf66ba36540000;hpb=8d3d7d213a9691455a49544624bf380e85f43461;p=rocksndiamonds.git diff --git a/src/game_sp/DirectXGlobals.c b/src/game_sp/DirectXGlobals.c index 9478bef4..378903d2 100644 --- a/src/game_sp/DirectXGlobals.c +++ b/src/game_sp/DirectXGlobals.c @@ -8,6 +8,8 @@ // --- Option Explicit +#if 0 + DirectX7 DirectX; DirectX7 DirectXS; DirectDraw7 DDraw; @@ -17,6 +19,10 @@ DirectSound DSound; // Public DKeyboard As DirectInputDevice DirectDrawSurface7 PrimarySurface; +#endif + +#if 0 + void InitDirectX(long hWndForm, long hWndClip) { // DirectX = New DirectX7; // (handle this later, if needed) @@ -93,3 +99,4 @@ void ClipToWindow(long hWnd) // Set Pal = PrimarySurface.GetPalette() // End Sub +#endif