rnd-20100213-1-src
[rocksndiamonds.git] / src / game_sp / Murphy.h
1 // ----------------------------------------------------------------------------
2 // Murphy.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef MURPHY_H
6 #define MURPHY_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 void subAdjustZonksInfotronsAboveMurphy(int si);
16 extern void subAnimateMurphy(int *si);
17 extern void subCopyFieldToScreen(int si, int fi);
18 extern void subCopyImageToScreen(int si, int graphic);
19 extern void subCopyAnimToScreen(int si, int graphic, int sync_frame);
20 extern void subExplodeSnikSnaksBelow(int si);
21 extern int subSpPortTest(int si);
22
23 #endif /* MURPHY_H */