mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 07:06:01 +00:00
9 lines
117 B
C
9 lines
117 B
C
|
#ifndef SOUND_NULL_H
|
||
|
#define SOUND_NULL_H
|
||
|
|
||
|
#include "hal.h"
|
||
|
|
||
|
extern const HalSoundDriver _null_sound_driver;
|
||
|
|
||
|
#endif
|