Changeset - r2743:0c442dfd1461
[Not reviewed]
master
0 4 0
peter1138 - 19 years ago 2005-12-11 10:25:27
peter1138@openttd.org
(svn r3288) Set svn properties on cocoa related files, and add Id tag.
Add extern to cocoa sound driver.
4 files changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
sound/cocoa_s.c
Show inline comments
 
/* $Id$ */
 

	
 
/******************************************************************************************
 
 *                             Cocoa sound driver                                         *
 
 * Known things left to do:                                                               *
sound/cocoa_s.h
Show inline comments
 
/* $Id$ */
 

	
 
#ifndef SOUND_COCOA_H
 
#define SOUND_COCOA_H
 

	
 
#include "../hal.h"
 

	
 
const HalSoundDriver _cocoa_sound_driver;
 
extern const HalSoundDriver _cocoa_sound_driver;
 

	
 
#endif
video/cocoa_v.h
Show inline comments
 
/* $Id$ */
 

	
 
#ifndef VIDEO_COCOA_H
 
#define VIDEO_COCOA_H
video/cocoa_v.m
Show inline comments
 
/* $Id$ */
 

	
 
/******************************************************************************************
 
 *                             Cocoa video driver                                         *
 
 * Known things left to do:                                                               *
0 comments (0 inline, 0 general)