rnd-20100315-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
9 // --- Option Explicit
10
11 // ==========================================================================
12 //                              SUBROUTINE
13 // Restore fancy stuff from sparelevel (and destroy registers ...)
14 // ==========================================================================
15
16
17 int subRestoreFancy()
18 {
19   int subRestoreFancy;
20
21
22   return subRestoreFancy;
23 }