X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDoGameStuff.h;h=9f1ce493632f868c12380657d2e1cf47ba4df716;hb=f37c86753d5005bf7ae341d0cbcc15ef75393567;hp=4fff48c003ff6eba8a40f4bdc13ecf02e149f64c;hpb=3ff2e8a0b5c27b99a9920bdf5ed82bc41bf40181;p=rocksndiamonds.git diff --git a/src/game_sp/DoGameStuff.h b/src/game_sp/DoGameStuff.h index 4fff48c0..9f1ce493 100644 --- a/src/game_sp/DoGameStuff.h +++ b/src/game_sp/DoGameStuff.h @@ -10,6 +10,6 @@ extern int AnimationPosTable[SP_MAX_PLAYFIELD_SIZE]; extern byte AnimationSubTable[SP_MAX_PLAYFIELD_SIZE]; -extern void subDoGameStuff(); +void subDoGameStuff(void); -#endif /* DOGAMESTUFF_H */ +#endif // DOGAMESTUFF_H