X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FOrangeDisk.h;fp=src%2Fgame_sp%2FOrangeDisk.h;h=2910b1db21b4d43c35e20be6c03729fd2a2445b8;hb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;hp=0000000000000000000000000000000000000000;hpb=1ceb7ce8723b32b267758bfda3bb7903fff8ea7a;p=rocksndiamonds.git diff --git a/src/game_sp/OrangeDisk.h b/src/game_sp/OrangeDisk.h new file mode 100644 index 00000000..2910b1db --- /dev/null +++ b/src/game_sp/OrangeDisk.h @@ -0,0 +1,17 @@ +// ---------------------------------------------------------------------------- +// OrangeDisk.h +// ---------------------------------------------------------------------------- + +#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 */