1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 09:29:10 +00:00

(svn r3288) Set svn properties on cocoa related files, and add Id tag.

Add extern to cocoa sound driver.
This commit is contained in:
2005-12-11 10:25:27 +00:00
parent ec2675c2c5
commit f4e1f18a15
4 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
/* $Id$ */
/******************************************************************************************
* Cocoa sound driver *
* Known things left to do: *

View File

@@ -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

View File

@@ -1,3 +1,4 @@
/* $Id$ */
#ifndef VIDEO_COCOA_H
#define VIDEO_COCOA_H

View File

@@ -1,3 +1,5 @@
/* $Id$ */
/******************************************************************************************
* Cocoa video driver *
* Known things left to do: *