changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / Murphy.h
index 0fdafeb7c93a6a8c752e9b7261ac54bf7b026031..28d12b033b946be8c155a12907ef62d384258902 100644 (file)
@@ -5,17 +5,16 @@
 #ifndef MURPHY_H
 #define MURPHY_H
 
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
 #include "global.h"
 
-extern int subAdjustZonksInfotronsAboveMurphy(int si);
-extern int subAnimateMurphy(int si);
-extern void subCopyFieldToScreen(int si, int fi);
-extern int subExplodeSnikSnaksBelow(int si);
-extern int subSpPortTest(int si);
+void SaveEngineSnapshotValues_SP_Murphy(ListNode **);
+
+void subAdjustZonksInfotronsAboveMurphy(int);
+void subAnimateMurphy(int *);
+void subCopyFieldToScreen(int, int);
+void subCopyImageToScreen(int, int);
+void subCopyAnimToScreen(int, int, int);
+void subExplodeSnikSnaksBelow(int);
+void subSpPortTest(int);
 
-#endif /* MURPHY_H */
+#endif // MURPHY_H