ece70c444f888fa30d783fecc59b4334d5cebcf2
[rocksndiamonds.git] / src / game_sp / Murphy.h
1 // ----------------------------------------------------------------------------
2 // Murphy.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef MURPHY_H
6 #define MURPHY_H
7
8 #include "global.h"
9
10 extern void subAdjustZonksInfotronsAboveMurphy(int si);
11 extern void subAnimateMurphy(int *si);
12 extern void subCopyFieldToScreen(int si, int fi);
13 extern void subCopyImageToScreen(int si, int graphic);
14 extern void subCopyAnimToScreen(int si, int graphic, int sync_frame);
15 extern void subExplodeSnikSnaksBelow(int si);
16 extern int subSpPortTest(int si);
17
18 #endif /* MURPHY_H */