Files @ r5157:a56ae3d45452
Branch filter:

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

KUDr
(svn r7255) -Comments added for CBlobBaseSimple, CBlobT classes
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif