Files @ r4988:fdd36077b23c
Branch filter:

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

tron
(svn r6991) Remove an unnecessary const_cast<> and incorrect comment (There is a difference between const FOO* and FOO* const)
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif