Files @ r5407:8687f42a7985
Branch filter:

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

rubidium
(svn r7603) -Codechange (FS#481): update the Polish Town Name generator with Unicode characters (DDream).
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif