Files @ r3764:4a2ca18ddafd
Branch filter:

Location: cpp/openttd-patchpack/source/sound/win32_s.h - annotation

peter1138
(svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints.
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif