Files @ r4077:259c4c4aacad
Branch filter:

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

tron
(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif