Main Page | Alphabetical List | Data Structures | File List | Globals

mp3.h

00001 /*
00002     mp3.h
00003 */
00004 
00005 #ifndef MP3_H
00006 #define MP3_H
00007 
00008 #include "global.h"
00009 
00010 extern int MP3_Open( char *mp3file );
00011 extern int MP3_Play( void );
00012 extern int MP3_Close( void );
00013 extern int poll_mp3_file(MP3FILE *mp3);
00014 
00015 #endif //MP3_H

Generated on Thu Jan 13 14:13:03 2005 for KOF91 by  doxygen 1.3.9.1