Files @ r4564:8ea999af52d4
Branch filter:

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

glx
(svn r6412) -Fix(r6411): forgot to remove some lines in openttd*.sln (thx michi_cc)
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif