music/win32_m.h
author peter1138
Fri, 10 Mar 2006 09:20:28 +0000
changeset 3174 795c4b7446b9
parent 2189 d240b9097139
permissions -rw-r--r--
(svn r3809) - Add map accessor files to MS VS 2003 project file
/* $Id$ */

#ifndef MUSIC_WIN32_H
#define MUSIC_WIN32_H

#include "../hal.h"

extern const HalMusicDriver _win32_music_driver;

#endif