X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FSound.h;h=97f62336974f899501f2bb21317e873096beb1b7;hb=800ce81b46cf929b5da0723f2ed5b3e0759d8196;hp=f4ca0f4b106bc9566245aa728d81fd4ce04ecce7;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d;p=rocksndiamonds.git diff --git a/src/game_sp/Sound.h b/src/game_sp/Sound.h index f4ca0f4b..97f62336 100644 --- a/src/game_sp/Sound.h +++ b/src/game_sp/Sound.h @@ -8,6 +8,6 @@ #include "global.h" -extern void subSoundFX(int, int, int); +void subSoundFX(int, int, int); -#endif /* GAME_SP_SOUND_H */ +#endif // GAME_SP_SOUND_H