mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 15:11:54 +00:00
f4e1f18a15
Add extern to cocoa sound driver.
11 lines
135 B
C
11 lines
135 B
C
/* $Id$ */
|
|
|
|
#ifndef SOUND_COCOA_H
|
|
#define SOUND_COCOA_H
|
|
|
|
#include "../hal.h"
|
|
|
|
extern const HalSoundDriver _cocoa_sound_driver;
|
|
|
|
#endif
|