mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 15:11:54 +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:
parent
ec2675c2c5
commit
f4e1f18a15
@ -1,3 +1,5 @@
|
||||
/* $Id$ */
|
||||
|
||||
/******************************************************************************************
|
||||
* Cocoa sound driver *
|
||||
* Known things left to do: *
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* $Id$ */
|
||||
|
||||
#ifndef VIDEO_COCOA_H
|
||||
#define VIDEO_COCOA_H
|
||||
|
@ -1,3 +1,5 @@
|
||||
/* $Id$ */
|
||||
|
||||
/******************************************************************************************
|
||||
* Cocoa video driver *
|
||||
* Known things left to do: *
|
||||
|
Loading…
Reference in New Issue
Block a user