changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / Murphy.h
index ece70c444f888fa30d783fecc59b4334d5cebcf2..28d12b033b946be8c155a12907ef62d384258902 100644 (file)
@@ -7,12 +7,14 @@
 
 #include "global.h"
 
-extern void subAdjustZonksInfotronsAboveMurphy(int si);
-extern void subAnimateMurphy(int *si);
-extern void subCopyFieldToScreen(int si, int fi);
-extern void subCopyImageToScreen(int si, int graphic);
-extern void subCopyAnimToScreen(int si, int graphic, int sync_frame);
-extern void subExplodeSnikSnaksBelow(int si);
-extern int subSpPortTest(int si);
+void SaveEngineSnapshotValues_SP_Murphy(ListNode **);
 
-#endif /* MURPHY_H */
+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