music/os2_m.h
author truelight
Tue, 21 Feb 2006 19:42:42 +0000
changeset 3062 2c96a73da934
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3651) -Fix: r3646 fixed some lame compiler, but broke others... this fixes it for some more compilers
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif