Files @ r4428:bd332de32ae3
Branch filter:

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

tron
(svn r6183) Move GetDrawStringPlayerColor() out of gfx.[ch]
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif