music/os2_m.h
author tron
Fri, 03 Mar 2006 20:54:54 +0000
changeset 3135 a6897653e648
parent 2189 5cdc11ffeaa4
permissions -rw-r--r--
(svn r3750) Use INVALID_STATION instead of -1 in NPF
/* $Id$ */

#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H

#include "../hal.h"

extern const HalMusicDriver _os2_music_driver;

#endif