X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FDoGameStuff.h;h=a151f1cbab7e65ed578ae23d39a9cf231b7f1601;hp=9051e4d1d2758df8def83a00575696900748d06e;hb=855700d73bbef8bb1248fe0ac735738478d6044b;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d diff --git a/src/game_sp/DoGameStuff.h b/src/game_sp/DoGameStuff.h index 9051e4d1..a151f1cb 100644 --- a/src/game_sp/DoGameStuff.h +++ b/src/game_sp/DoGameStuff.h @@ -7,10 +7,9 @@ #include "global.h" +extern int AnimationPosTable[SP_MAX_PLAYFIELD_SIZE]; +extern byte AnimationSubTable[SP_MAX_PLAYFIELD_SIZE]; -extern byte *AnimationSubTable; -extern int *AnimationPosTable; - -extern void subDoGameStuff(); +void subDoGameStuff(void); #endif /* DOGAMESTUFF_H */