sound/win32_s.h
author tron
Fri, 24 Feb 2006 19:52:26 +0000
changeset 3075 fd64f71655eb
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3664) Add a function to turn a tile into a void tile
/* $Id$ */

#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H

#include "../hal.h"

extern const HalSoundDriver _win32_sound_driver;

#endif