summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-11-05 23:12:33 +0000
committertron <tron@openttd.org>2004-11-05 23:12:33 +0000
commitd641175e3cd1fe5c01c914dde20cbe7388dbeb27 (patch)
tree2382dd1e33919458a27b2adb8c4d188b066afe52 /functions.h
parent8348068f5faf32c005c87c9dfe939eb6ed1a8a62 (diff)
downloadopenttd-d641175e3cd1fe5c01c914dde20cbe7388dbeb27.tar.xz
(svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk
This includes 2 fixes -Fix: [1048596] Monorail and Maglev sounds are swapped (r511) -Add special case to load the jackhammer sound (r478) The rest are cleanups und enumeration to make merging possible/easier
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/functions.h b/functions.h
index 7d729c0ee..b9ed39a32 100644
--- a/functions.h
+++ b/functions.h
@@ -55,11 +55,6 @@ int GetParamInt8();
int GetParamUint16();
-/* sound.c */
-void SndPlayTileFx(int sound, TileIndex tile);
-void SndPlayVehicleFx(int sound, Vehicle *v);
-void SndPlayFx(int sound);
-
/* clear_land.c */
void DrawHillyLandTile(TileInfo *ti);
void DrawClearLandTile(TileInfo *ti, byte set);