Files @ r3982:ca4216349503
Branch filter:

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

KUDr
(svn r5170) - CodeChange: corrected name for "road_crossing_penalty" (mistake in previous commit)
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif