X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FDoGameStuff.h;h=ac822b1a1d148b38172eb74d694e3225438c4256;hp=5d97153cfeb3056bcac24d85c115e5f1ca98674b;hb=ce0bba1a070e5e64939491eb68087f68ef8fe870;hpb=d45b35552f4ca1ada1266fb7e8b6968d878019a6 diff --git a/src/game_sp/DoGameStuff.h b/src/game_sp/DoGameStuff.h index 5d97153c..ac822b1a 100644 --- a/src/game_sp/DoGameStuff.h +++ b/src/game_sp/DoGameStuff.h @@ -12,9 +12,10 @@ #include "global.h" -extern int subDoGameStuff(); extern byte *AnimationSubTable; extern int *AnimationPosTable; +extern void subDoGameStuff(); + #endif /* DOGAMESTUFF_H */