music/win32_m.h
author tron
Mon, 25 Jul 2005 07:16:10 +0000
changeset 2189 d240b9097139
parent 2186 461a2aff3486
permissions -rw-r--r--
(svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build
/* $Id$ */

#ifndef MUSIC_WIN32_H
#define MUSIC_WIN32_H

#include "../hal.h"

extern const HalMusicDriver _win32_music_driver;

#endif