Files @ r5988:7f6f0097eeb1
Branch filter:

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

Darkvater
(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files, and a little elimination of magic numbers in Win32SoundStart
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif /* SOUND_SDL_H */