X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FInfotrons.h;h=4a404aee98ec12fa6ead09f998322cf6b63249e3;hb=98d421667c21a07ab69dd881f1435c2f595ddd4c;hp=7bce75997919d9f388c007ed33aecb7916d4ce00;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/Infotrons.h b/src/game_sp/Infotrons.h index 7bce7599..4a404aee 100644 --- a/src/game_sp/Infotrons.h +++ b/src/game_sp/Infotrons.h @@ -5,14 +5,10 @@ #ifndef INFOTRONS_H #define INFOTRONS_H -#include "vb_types.h" -#include "vb_defs.h" -#include "vb_vars.h" -#include "vb_lib.h" - #include "global.h" -extern int subAnimateInfotrons(int si); -extern int subCleanUpForInfotronsAbove(int si); -#endif /* INFOTRONS_H */ +void subAnimateInfotrons(int); +void subCleanUpForInfotronsAbove(int); + +#endif // INFOTRONS_H