cc1e1f26a32fc57a44c20e219e587ee713f4548f
[rocksndiamonds.git] / src / game_sp / OrangeDisk.h
1 // ----------------------------------------------------------------------------
2 // OrangeDisk.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef ORANGEDISK_H
6 #define ORANGEDISK_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
16 extern void subAnimateOrangeDisks(int);
17
18 #endif /* ORANGEDISK_H */