X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FMurphy.h;h=3ddba6dfe8559dd622a17a6fe789b87e4ecbe696;hp=f9781cc2f9c289a8c09be00008aa03d0cd909f8e;hb=855700d73bbef8bb1248fe0ac735738478d6044b;hpb=1f8fd7a79343ce670dc62fcb8be48ba78d0c9199 diff --git a/src/game_sp/Murphy.h b/src/game_sp/Murphy.h index f9781cc2..3ddba6df 100644 --- a/src/game_sp/Murphy.h +++ b/src/game_sp/Murphy.h @@ -9,12 +9,12 @@ 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); +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 */