1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-10 06:52:05 +01:00
Files
OpenTTD/sound/null_s.h

11 lines
132 B
C

/* $Id$ */
#ifndef SOUND_NULL_H
#define SOUND_NULL_H
#include "../hal.h"
extern const HalSoundDriver _null_sound_driver;
#endif