X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDoGameStuff.h;h=4fff48c003ff6eba8a40f4bdc13ecf02e149f64c;hb=25c22434b11938e230719d6f73df4ed7813570be;hp=ac822b1a1d148b38172eb74d694e3225438c4256;hpb=ce0bba1a070e5e64939491eb68087f68ef8fe870;p=rocksndiamonds.git diff --git a/src/game_sp/DoGameStuff.h b/src/game_sp/DoGameStuff.h index ac822b1a..4fff48c0 100644 --- a/src/game_sp/DoGameStuff.h +++ b/src/game_sp/DoGameStuff.h @@ -5,16 +5,10 @@ #ifndef DOGAMESTUFF_H #define DOGAMESTUFF_H -#include "vb_types.h" -#include "vb_defs.h" -#include "vb_vars.h" -#include "vb_lib.h" - #include "global.h" - -extern byte *AnimationSubTable; -extern int *AnimationPosTable; +extern int AnimationPosTable[SP_MAX_PLAYFIELD_SIZE]; +extern byte AnimationSubTable[SP_MAX_PLAYFIELD_SIZE]; extern void subDoGameStuff();