mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-06 03:20:28 +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
|