music/os2_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_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif