unload_datafile
Frees all the objects in a datafile. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Frees all the objects in a datafile. Allegro game programming library.
#include <allegro.h>
void unload_datafile(DATAFILE *dat);
Frees all the objects in a datafile. Use this to avoid memory leaks in your program.
load_datafile(3alleg4), excustom(3alleg4), exdata(3alleg4), exexedat(3alleg4), exgui(3alleg4), exsprite(3alleg4), exunicod(3alleg4)