Files @ r2186:5ee653b1b5e1
Branch filter:

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

tron
(svn r2701) Insert Id tags into all source files
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif