Files @ r3864:7cbc4d76b612
Branch filter:

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

miham
(svn r4898) WebTranslator2 update to 2006-05-17 18:53:49
german - 11 changed by Neonox (11)
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif