removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / Sound.h
index f4ca0f4b106bc9566245aa728d81fd4ce04ecce7..c7a532c7b4032e5f3ba9aea895b27e2354c40446 100644 (file)
@@ -8,6 +8,6 @@
 #include "global.h"
 
 
-extern void subSoundFX(int, int, int);
+void subSoundFX(int, int, int);
 
 #endif /* GAME_SP_SOUND_H */