Files @ r5433:2fbd2e8f1409
Branch filter:

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

bjarni
(svn r7639) -Fix: FS#487 Changed music/qtmidi.c to not use functions deprecated by Apple (pvz)
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif