X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMurphy.h;h=e0d51a352d92d6e154d671c97c3f76668f5c52a6;hb=25c22434b11938e230719d6f73df4ed7813570be;hp=3708b48c2e287d4c65c86ac9d1ab44bb55662f5d;hpb=1e83803d7c99eb5232eab7d48a4194de3cf6f77f;p=rocksndiamonds.git diff --git a/src/game_sp/Murphy.h b/src/game_sp/Murphy.h index 3708b48c..e0d51a35 100644 --- a/src/game_sp/Murphy.h +++ b/src/game_sp/Murphy.h @@ -5,17 +5,14 @@ #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); +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 */