(svn r3022) -feature: [OSX] OSX now uses quicktime to play midi files
this eliminates the long pauses between songs and the "leaving process hehind" bug (moebius_)
This commit is contained in:
15
music/qtmidi.h
Normal file
15
music/qtmidi.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* qtmidi.h
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef MUSIC_MACOSX_QUICKTIME_H
|
||||
#define MUSIC_MACOSX_QUICKTIME_H
|
||||
|
||||
#include "../hal.h"
|
||||
|
||||
extern const HalMusicDriver _qtime_music_driver;
|
||||
|
||||
#endif /* !MUSIC_MACOSX_QUICKTIME_H */
|
||||
|
||||
Reference in New Issue
Block a user