1 // ------------------------------------------------------------------
3 // System for handling level backgrounds
6 // NOTE ; SYSTEM VERY SLOW, IMPROVE IT WITH A CACHE, ETC!
7 // ------------------------------------------------------------------
8 // By Kronoman - In loving memory of my father
9 // Copyright (c) 2004, Kronoman
10 // ------------------------------------------------------------------
25 BITMAP
*get_background(char *filename
, int index
); // gets the background from file, or a default background otherwise
26 void free_memory(); // releases memory and returns to default background
30 DATAFILE
*data_loaded
;
34 char file_loaded
[1024]; // wich file we have in memory