Files @ r2878:38d9b8b79d7a
Branch filter:

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

peter1138
(svn r3426) - Fix typo from r3019 -- only affected NPF debugging.
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif