Files @ r5512:7067d1c92fed
Branch filter:

Location: cpp/openttd-patchpack/source/src/sound/sdl_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_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif