Files @ r4002:574c921a1795
Branch filter:

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

tron
(svn r5212) Afrikaans can be encoded in ISO8859-15, there's no need to make it unusable by encoding it in UTF-8
/* $Id$ */

#ifndef SOUND_SDL_H
#define SOUND_SDL_H

#include "../hal.h"

extern const HalSoundDriver _sdl_sound_driver;

#endif