1unload_datafile(3) Allegro manual unload_datafile(3)
23
4
NAME
6unload_datafile - Frees all the objects in a datafile. Allegro game
7programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void unload_datafile(DATAFILE *dat);
14
DESCRIPTION
16Frees all the objects in a datafile. Use this to avoid memory leaks in
17your program.
1819
SEE ALSO
21load_datafile(3), excustom(3), exdata(3), exexedat(3), exgui(3),
22exsprite(3), exunicod(3)
2324
25
26
Allegro version 4.4.2 unload_datafile(3)