Files @ r6854:69c98d436100
Branch filter:

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

rubidium
(svn r10094) -Fix: some really broken strings got in.
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif /* SOUND_NULL_H */