summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2005-12-11 10:25:27 +0000
committerpeter1138 <peter1138@openttd.org>2005-12-11 10:25:27 +0000
commitf4e1f18a15ee7eba2013a0d85831a9abcb113a2d (patch)
treecb0deda9202079618d767ecd61f0683b3324400d /sound
parentec2675c2c532609fb66df237de8f3e971bfb101a (diff)
downloadopenttd-f4e1f18a15ee7eba2013a0d85831a9abcb113a2d.tar.xz
(svn r3288) Set svn properties on cocoa related files, and add Id tag.
Add extern to cocoa sound driver.
Diffstat (limited to 'sound')
-rw-r--r--sound/cocoa_s.c2
-rw-r--r--sound/cocoa_s.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/sound/cocoa_s.c b/sound/cocoa_s.c
index 652944094..833d6ce36 100644
--- a/sound/cocoa_s.c
+++ b/sound/cocoa_s.c
@@ -1,3 +1,5 @@
+/* $Id$ */
+
/******************************************************************************************
* Cocoa sound driver *
* Known things left to do: *
diff --git a/sound/cocoa_s.h b/sound/cocoa_s.h
index 3d966165b..7db5f7023 100644
--- a/sound/cocoa_s.h
+++ b/sound/cocoa_s.h
@@ -1,9 +1,10 @@
+/* $Id$ */
#ifndef SOUND_COCOA_H
#define SOUND_COCOA_H
#include "../hal.h"
-const HalSoundDriver _cocoa_sound_driver;
+extern const HalSoundDriver _cocoa_sound_driver;
#endif