rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / global.h
diff --git a/src/game_sp/global.h b/src/game_sp/global.h
new file mode 100644 (file)
index 0000000..f6f1d53
--- /dev/null
@@ -0,0 +1,47 @@
+// ----------------------------------------------------------------------------
+// global.h
+// ----------------------------------------------------------------------------
+
+#ifndef GAME_SP_GLOBAL_H
+#define GAME_SP_GLOBAL_H
+
+#include "ASM.h"
+#include "BitMapObject.h"
+#include "BugsTerminals.h"
+#include "Capture.h"
+#include "DDScrollBuffer.h"
+#include "DDSpriteBuffer.h"
+#include "Demo.h"
+#include "DemoBufferObject.h"
+#include "DirectDrawGlobals.h"
+#include "DirectXGlobals.h"
+#include "Display.h"
+#include "DoGameStuff.h"
+#include "Electrons.h"
+#include "ErrorReporting.h"
+#include "Explosions.h"
+#include "FakeDeclares.h"
+#include "FancyRestore.h"
+#include "GeneralTricks.h"
+#include "Globals.h"
+#include "Infotrons.h"
+#include "InitGameConditions.h"
+#include "Input.h"
+#include "LevelSetPreviewForm.h"
+#include "MainForm.h"
+#include "MainGameLoop.h"
+#include "Marker.h"
+#include "Murphy.h"
+#include "OrangeDisk.h"
+#include "PathTools.h"
+#include "SettingsObject.h"
+#include "SnikSnaks.h"
+#include "Sound.h"
+#include "TickCountObject.h"
+#include "TopMost.h"
+#include "Zonk.h"
+#include "modAnimations.h"
+#include "modGeneralTricks.h"
+#include "modMPX.h"
+
+#endif /* GAME_SP_GLOBAL_H */