rnd-20100315-2-src
[rocksndiamonds.git] / src / game_sp / Explosions.h
1 // ----------------------------------------------------------------------------
2 // Explosions.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef EXPLOSIONS_H
6 #define EXPLOSIONS_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 ExplodeFieldSP(int);
17 extern void subAnimateExplosion(int);
18 extern void subClearFieldDueToExplosion(int);
19 extern void subFollowUpExplosions();
20 extern void subRedDiskReleaseExplosion();
21
22 #endif /* EXPLOSIONS_H */