1 /*
2 ===========================
3 	   UMODPLAYER
4 ===========================
5 Console IT/S3M/XM/MTM/MOD/UMX/669/FAR/OKT/MED/STM toolchain
6 Free & Portable
7 */
8 
9 void ULoadFile();
10 
11 void UFreeFile();
12 
13 void DrawInfoTable();
14 
15 char* DetermineType();
16 
17 void ExportSong();
18 
19 void DisplayCurPos();
20 
21 void PlayList();
22 
23