Files @ r5433:2fbd2e8f1409
Branch filter:

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

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

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif