summaryrefslogtreecommitdiff
path: root/src/sound/sound_driver.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 21:41:24 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 21:41:24 +0000
commitdf12937f1995379203542e220fc121f558aafed1 (patch)
tree11608a1c774c5961fb6f16b3536041e440426e8c /src/sound/sound_driver.hpp
parent5d379d6696e216452c573f854f6b396514e1d1e6 (diff)
downloadopenttd-df12937f1995379203542e220fc121f558aafed1.tar.xz
(svn r11839) -Codechange: move some variables from variables.h to a more logical location.
Diffstat (limited to 'src/sound/sound_driver.hpp')
-rw-r--r--src/sound/sound_driver.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound/sound_driver.hpp b/src/sound/sound_driver.hpp
index 04c9e9224..55cc20be8 100644
--- a/src/sound/sound_driver.hpp
+++ b/src/sound/sound_driver.hpp
@@ -23,5 +23,6 @@ public:
};
extern SoundDriver *_sound_driver;
+extern char _ini_sounddriver[32];
#endif /* SOUND_SOUND_DRIVER_HPP */