projects
/
rocksndiamonds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rnd-20100204-1-src
[rocksndiamonds.git]
/
src
/
game_sp
/
FancyRestore.h
1
// ----------------------------------------------------------------------------
2
// FancyRestore.h
3
// ----------------------------------------------------------------------------
4
5
#ifndef FANCYRESTORE_H
6
#define FANCYRESTORE_H
7
8
#include "vb_types.h"
9
#include "vb_defs.h"
10
#include "vb_vars.h"
11
#include "vb_lib.h"
12
13
#include "global.h"
14
15
extern int subRestoreFancy();
16
17
#endif /* FANCYRESTORE_H */