X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDirectXGlobals.c;h=378903d2b7b0688f9d52f7919dca6baba7a82f26;hb=315fd934929b6f1dbb70a6ae3cda097cdbc7d9c0;hp=3e2b0f79a78a266bd8393bf0b6692d847dc86b0f;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/DirectXGlobals.c b/src/game_sp/DirectXGlobals.c index 3e2b0f79..378903d2 100644 --- a/src/game_sp/DirectXGlobals.c +++ b/src/game_sp/DirectXGlobals.c @@ -4,9 +4,12 @@ #include "DirectXGlobals.h" -static char *VB_Name = "DirectXGlobals"; +// static char *VB_Name = "DirectXGlobals"; + // --- Option Explicit +#if 0 + DirectX7 DirectX; DirectX7 DirectXS; DirectDraw7 DDraw; @@ -16,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) @@ -92,3 +99,4 @@ void ClipToWindow(long hWnd) // Set Pal = PrimarySurface.GetPalette() // End Sub +#endif