X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDoGameStuff.h;h=facb8fc3040fc56a845b44c0af2b061bed1f5960;hb=ad39e47f9139a72a602fa65e783baf581919972d;hp=9051e4d1d2758df8def83a00575696900748d06e;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d;p=rocksndiamonds.git diff --git a/src/game_sp/DoGameStuff.h b/src/game_sp/DoGameStuff.h index 9051e4d1..facb8fc3 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(); +extern void subDoGameStuff(void); #endif /* DOGAMESTUFF_H */