Files @ r3351:6022f70efed1
Branch filter:

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

belugas
(svn r4136) CodeChange : Revert part of r4092 (as spotted by Tron) and clean-up a little further
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif