music/os2_m.h
author tron
Sun, 24 Jul 2005 14:12:37 +0000
changeset 2186 db48cf29b983
parent 2175 06415cf75dc1
child 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r2701) Insert Id tags into all source files
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif