8f0dd400c6662f09ec985bdeaf83651ca5b7f0c6
[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 int subAdjustZonksInfotronsAboveMurphy(int si);
16 extern int subAnimateMurphy(int *si);
17 extern void subCopyFieldToScreen(int si, int fi);
18 extern void subCopyImageToScreen(int si, int graphic, int sync_frame);
19 extern int subExplodeSnikSnaksBelow(int si);
20 extern int subSpPortTest(int si);
21
22 #endif /* MURPHY_H */