mirror of https://github.com/OpenTTD/OpenTTD
(svn r3288) Set svn properties on cocoa related files, and add Id tag.
Add extern to cocoa sound driver.release/0.4.5
parent
ec2675c2c5
commit
f4e1f18a15
|
@ -1,3 +1,5 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
/******************************************************************************************
|
/******************************************************************************************
|
||||||
* Cocoa sound driver *
|
* Cocoa sound driver *
|
||||||
* Known things left to do: *
|
* Known things left to do: *
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
#ifndef SOUND_COCOA_H
|
#ifndef SOUND_COCOA_H
|
||||||
#define SOUND_COCOA_H
|
#define SOUND_COCOA_H
|
||||||
|
|
||||||
#include "../hal.h"
|
#include "../hal.h"
|
||||||
|
|
||||||
const HalSoundDriver _cocoa_sound_driver;
|
extern const HalSoundDriver _cocoa_sound_driver;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
#ifndef VIDEO_COCOA_H
|
#ifndef VIDEO_COCOA_H
|
||||||
#define VIDEO_COCOA_H
|
#define VIDEO_COCOA_H
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
/******************************************************************************************
|
/******************************************************************************************
|
||||||
* Cocoa video driver *
|
* Cocoa video driver *
|
||||||
* Known things left to do: *
|
* Known things left to do: *
|
||||||
|
|
Loading…
Reference in New Issue