2910b1db21b4d43c35e20be6c03729fd2a2445b8
[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 extern int subAnimateOrangeDisks(int si);
16
17 #endif /* ORANGEDISK_H */