X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMurphy.h;h=28d12b033b946be8c155a12907ef62d384258902;hb=7732b3bda99e3cafc7db8718f2cac1f507c978e8;hp=f9781cc2f9c289a8c09be00008aa03d0cd909f8e;hpb=2558f6e933a3b70682bd2437c00065842bd3cf2c;p=rocksndiamonds.git diff --git a/src/game_sp/Murphy.h b/src/game_sp/Murphy.h index f9781cc2..28d12b03 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 */ +#endif // MURPHY_H