sound/win32_s.h
author tron
Sun, 02 Apr 2006 12:49:18 +0000
changeset 3418 a592d40a4d04
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r4242) Pass TileIndex and slope to GetSlopeTileh_*() instead of TileInfo
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif