Files @ r4229:514e034b774c
Branch filter:

Location: cpp/openttd-patchpack/source/sound/null_s.h

belugas
(svn r5785) Fix(5771) : Silenced a warning in MSVC that prevented from compiling.
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif