summaryrefslogtreecommitdiff
path: root/src/sound_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-08-09 19:50:44 +0000
committerrubidium <rubidium@openttd.org>2009-08-09 19:50:44 +0000
commit9ee2a66c8620d2f47c0d7792847c90146dfc4f8e (patch)
treedae5e6c7eac84bc443fc16ebb012bb7697923649 /src/sound_func.h
parent35d5a197d6f93e05eb358ed0a30db9ab2645911b (diff)
downloadopenttd-9ee2a66c8620d2f47c0d7792847c90146dfc4f8e.tar.xz
(svn r17139) -Change: add the concept of sound sets
Diffstat (limited to 'src/sound_func.h')
-rw-r--r--src/sound_func.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sound_func.h b/src/sound_func.h
index 10858c463..dd700f20e 100644
--- a/src/sound_func.h
+++ b/src/sound_func.h
@@ -11,8 +11,6 @@
extern MusicFileSettings msf;
-bool SoundInitialize(const char *filename);
-
void SndPlayTileFx(SoundID sound, TileIndex tile);
void SndPlayVehicleFx(SoundID sound, const Vehicle *v);
void SndPlayFx(SoundID sound);