X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMurphy.h;h=28d12b033b946be8c155a12907ef62d384258902;hb=dec5093fc78bfe1356d764c2432fed6566b2af66;hp=e0d51a352d92d6e154d671c97c3f76668f5c52a6;hpb=35b995abd3183999201d9581f7674de1475dc169;p=rocksndiamonds.git diff --git a/src/game_sp/Murphy.h b/src/game_sp/Murphy.h index e0d51a35..28d12b03 100644 --- a/src/game_sp/Murphy.h +++ b/src/game_sp/Murphy.h @@ -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 **); -#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