rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / FancyRestore.c
1 // ----------------------------------------------------------------------------
2 // FancyRestore.c
3 // ----------------------------------------------------------------------------
4
5 #include "FancyRestore.h"
6
7 static char *VB_Name = "modFancy";
8 // --- Option Explicit
9
10 // ==========================================================================
11 //                              SUBROUTINE
12 // Restore fancy stuff from sparelevel (and destroy registers ...)
13 // ==========================================================================
14
15
16 int subRestoreFancy()
17 {
18   int subRestoreFancy;
19
20
21   return subRestoreFancy;
22 }