Files @ r7031:2fd9f058743b
Branch filter:

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

truelight
(svn r10295) -Fix [FS#775]: flush stdout on dedicated server output to ensure an update of stdout (Zuu)
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif /* SOUND_SDL_H */