rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / FancyRestore.c
diff --git a/src/game_sp/FancyRestore.c b/src/game_sp/FancyRestore.c
new file mode 100644 (file)
index 0000000..e31dfeb
--- /dev/null
@@ -0,0 +1,22 @@
+// ----------------------------------------------------------------------------
+// FancyRestore.c
+// ----------------------------------------------------------------------------
+
+#include "FancyRestore.h"
+
+static char *VB_Name = "modFancy";
+// --- Option Explicit
+
+// ==========================================================================
+//                              SUBROUTINE
+// Restore fancy stuff from sparelevel (and destroy registers ...)
+// ==========================================================================
+
+
+int subRestoreFancy()
+{
+  int subRestoreFancy;
+
+
+  return subRestoreFancy;
+}