X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FOrangeDisk.h;h=3cbb3630cfcbf66c5547c6c33c53675e6f796fe2;hb=98d421667c21a07ab69dd881f1435c2f595ddd4c;hp=2910b1db21b4d43c35e20be6c03729fd2a2445b8;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/OrangeDisk.h b/src/game_sp/OrangeDisk.h index 2910b1db..3cbb3630 100644 --- a/src/game_sp/OrangeDisk.h +++ b/src/game_sp/OrangeDisk.h @@ -5,13 +5,9 @@ #ifndef ORANGEDISK_H #define ORANGEDISK_H -#include "vb_types.h" -#include "vb_defs.h" -#include "vb_vars.h" -#include "vb_lib.h" - #include "global.h" -extern int subAnimateOrangeDisks(int si); -#endif /* ORANGEDISK_H */ +void subAnimateOrangeDisks(int); + +#endif // ORANGEDISK_H