X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMurphy.h;h=f9781cc2f9c289a8c09be00008aa03d0cd909f8e;hb=115ce6f2da1914d68b0fe0e5f9082973190dacdd;hp=8f0dd400c6662f09ec985bdeaf83651ca5b7f0c6;hpb=61ca162f9268de1fa4fe0df3f561189b1a71770d;p=rocksndiamonds.git diff --git a/src/game_sp/Murphy.h b/src/game_sp/Murphy.h index 8f0dd400..f9781cc2 100644 --- a/src/game_sp/Murphy.h +++ b/src/game_sp/Murphy.h @@ -5,18 +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 void subCopyImageToScreen(int si, int graphic, int sync_frame); -extern int subExplodeSnikSnaksBelow(int si); -extern int subSpPortTest(int si); +void SaveEngineSnapshotValues_SP_Murphy(ListNode **); + +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); #endif /* MURPHY_H */