1 // ------------------------------------------------------------------
3 // System for handling level's music
4 // ------------------------------------------------------------------
5 // By Kronoman - In loving memory of my father
6 // Copyright (c) 2004, Kronoman
7 // ------------------------------------------------------------------
12 #include <aldumb.h> // DUMB : http://dumb.sf.net/
21 DUH
*get_music(char *filename
, int index
); // gets the music from file, or a default music (NULL) otherwise
22 void free_memory(); // releases memory and returns to default music
26 DATAFILE
*data_loaded
;
29 char file_loaded
[1024]; // wich file we have in memory