Files @ r4002:574c921a1795
Branch filter:

Location: cpp/openttd-patchpack/source/sound/win32_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_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif