3708b48c2e287d4c65c86ac9d1ab44bb55662f5d
[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 int subExplodeSnikSnaksBelow(int si);
19 extern int subSpPortTest(int si);
20
21 #endif /* MURPHY_H */