X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FInfotrons.h;h=4a404aee98ec12fa6ead09f998322cf6b63249e3;hp=485f868cfb3b64e7702994b9471261d3e7f04299;hb=64e7c54dce6ea8c063f04198c64c5057d751c928;hpb=ce0bba1a070e5e64939491eb68087f68ef8fe870 diff --git a/src/game_sp/Infotrons.h b/src/game_sp/Infotrons.h index 485f868c..4a404aee 100644 --- a/src/game_sp/Infotrons.h +++ b/src/game_sp/Infotrons.h @@ -5,15 +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 void subAnimateInfotrons(int); -extern void subCleanUpForInfotronsAbove(int); +void subAnimateInfotrons(int); +void subCleanUpForInfotronsAbove(int); -#endif /* INFOTRONS_H */ +#endif // INFOTRONS_H