Files @ r4874:bbd8d8437e6e
Branch filter:

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

Darkvater
(svn r6804) -Codechange: Remove the unused NF_NOEXPIRE flag.
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif