Files @ r5512:7067d1c92fed
Branch filter:

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

glx
(svn r7809) -Fix: convert \r to \n before parsing files with awk in projects/generate so it works using mingw/msys
/* $Id$ */

#ifndef SOUND_NULL_H
#define SOUND_NULL_H

#include "../hal.h"

extern const HalSoundDriver _null_sound_driver;

#endif