X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FSound.h;h=97f62336974f899501f2bb21317e873096beb1b7;hp=f4ca0f4b106bc9566245aa728d81fd4ce04ecce7;hb=64e7c54dce6ea8c063f04198c64c5057d751c928;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d 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