Files @ r4077:259c4c4aacad
Branch filter:

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

tron
(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif