sound/win32_s.h
author Darkvater
Mon, 30 Jan 2006 14:03:34 +0000
changeset 2929 f54492d3dea8
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r3485) - [Post-PBS]: when reverting PBS and removing station-tile reservations a station can of course not be a crossing as well. Thanks glx.
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif