removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / Murphy.h
index 8a2b3f6442cd1f7fab7dc986acb4e2402073efdf..3ddba6dfe8559dd622a17a6fe789b87e4ecbe696 100644 (file)
@@ -5,19 +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 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 **);
+
+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 */