X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDoGameStuff.h;h=9051e4d1d2758df8def83a00575696900748d06e;hb=41def9c1d8c6939b8754fdab43579272e49d4da4;hp=5d97153cfeb3056bcac24d85c115e5f1ca98674b;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_sp/DoGameStuff.h b/src/game_sp/DoGameStuff.h index 5d97153c..9051e4d1 100644 --- a/src/game_sp/DoGameStuff.h +++ b/src/game_sp/DoGameStuff.h @@ -5,16 +5,12 @@ #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 int subDoGameStuff(); extern byte *AnimationSubTable; extern int *AnimationPosTable; +extern void subDoGameStuff(); + #endif /* DOGAMESTUFF_H */