Files @ r3764:4a2ca18ddafd
Branch filter:

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

peter1138
(svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif