[PSP] -Add: added PSP specific code for libtimidity. libtimidity code is based on the work of Turulo. Tnx a bunch!
11 lines
222 B
C
11 lines
222 B
C
/* $Id: extmidi.h 2704 2005-07-25 07:16:10Z tron $ */
|
|
|
|
#ifndef MUSIC_LIBTIMIDITY_H
|
|
#define MUSIC_LIBTIMIDITY_H
|
|
|
|
#include "../hal.h"
|
|
|
|
extern const HalMusicDriver _libtimidity_music_driver;
|
|
|
|
#endif /* MUSIC_LIBTIMIDITY_H */
|