Files @ r5584:545d748cc681
Branch filter:

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

KUDr
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif