changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / Sound.h
index f4ca0f4b106bc9566245aa728d81fd4ce04ecce7..97f62336974f899501f2bb21317e873096beb1b7 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 */
+#endif // GAME_SP_SOUND_H