removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / Murphy.h
index e0d51a352d92d6e154d671c97c3f76668f5c52a6..3ddba6dfe8559dd622a17a6fe789b87e4ecbe696 100644 (file)
@@ -7,12 +7,14 @@
 
 #include "global.h"
 
-extern void subAdjustZonksInfotronsAboveMurphy(int);
-extern void subAnimateMurphy(int *);
-extern void subCopyFieldToScreen(int, int);
-extern void subCopyImageToScreen(int, int);
-extern void subCopyAnimToScreen(int, int, int);
-extern void subExplodeSnikSnaksBelow(int);
-extern void subSpPortTest(int);
+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 */