rnd-20100315-2-src
[rocksndiamonds.git] / src / game_sp / DirectDrawGlobals.h
diff --git a/src/game_sp/DirectDrawGlobals.h b/src/game_sp/DirectDrawGlobals.h
deleted file mode 100644 (file)
index 9acca16..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-// ----------------------------------------------------------------------------
-// DirectDrawGlobals.h
-// ----------------------------------------------------------------------------
-
-#ifndef DIRECTDRAWGLOBALS_H
-#define DIRECTDRAWGLOBALS_H
-
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
-#include "global.h"
-
-#if 0
-
-extern void ClipToWindow(long hWnd);
-extern void InitDirectDraw(long hWndClip);
-extern void ReleaseDirectDraw();
-
-extern DirectDraw7 DirectDraw;
-extern DirectDrawSurface7 PrimarySurface;
-extern DirectX7 DirectX;
-
-#endif
-
-#endif /* DIRECTDRAWGLOBALS_H */