X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMurphy.h;h=f9781cc2f9c289a8c09be00008aa03d0cd909f8e;hb=7ae99e1573d948cb3e8ae98e6e7adb746956bdc3;hp=0fdafeb7c93a6a8c752e9b7261ac54bf7b026031;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/Murphy.h b/src/game_sp/Murphy.h index 0fdafeb7..f9781cc2 100644 --- a/src/game_sp/Murphy.h +++ b/src/game_sp/Murphy.h @@ -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 **); + +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 */