1
0
Fork 0

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

Add extern to cocoa sound driver.
release/0.4.5
peter1138 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 * * Cocoa sound driver *
* Known things left to do: * * Known things left to do: *

View File

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

View File

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

View File

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