sound/win32_s.h
author truelight
Wed, 23 Aug 2006 20:46:54 +0000
changeset 4363 8a38cd70dab9
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r6078) -Fix: forgot one uint16 -> Date conversion. Tnx to #openttdcoop team for detecting and Rubidium for finding the cause.
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif