sound/win32_s.h
author tron
Thu, 05 Jan 2006 21:50:09 +0000
changeset 2820 9c36591b60c2
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3368) Fix the same type of off-by-one error when checking, if the passed coordinate is on the map, like in r3357, but this time in DoCommandP - *cough* code duplication *cough*
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif