Files @ r3646:3eda07ea5e36
Branch filter:

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

peter1138
(svn r4557) - NewGRF: translate from TTDPatch control codes to our own, instead of just simple validation. We still perform
validation on any unhandled character.
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif