Files @ r7031:2fd9f058743b
Branch filter:

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

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

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif /* SOUND_WIN32_H */