(svn r2689) - Split OS/2 music driver into os2_m.c, update project file

This commit is contained in:
orudge
2005-07-23 16:08:05 +00:00
parent 10fd03e222
commit 1e70ba752e
5 changed files with 403 additions and 248 deletions

8
music/os2_m.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef MUSIC_OS2_H
#define MUSIC_OS2_H
#include "hal.h"
extern const HalMusicDriver _os2_music_driver;
#endif