rnd-20091208-1-src
[rocksndiamonds.git] / src / game_sp / DirectXGlobals.c
index 9478bef48d71d856bf79b273b3cf66ba36540000..378903d2b7b0688f9d52f7919dca6baba7a82f26 100644 (file)
@@ -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