1unload_datafile(3)              Allegro manual              unload_datafile(3)
2
3
4

NAME

6       unload_datafile  -  Frees  all  the objects in a datafile. Allegro game
7       programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void unload_datafile(DATAFILE *dat);
14

DESCRIPTION

16       Frees all the objects in a datafile. Use this to avoid memory leaks  in
17       your program.
18
19

SEE ALSO

21       load_datafile(3),   excustom(3),   exdata(3),   exexedat(3),  exgui(3),
22       exsprite(3), exunicod(3)
23
24
25
26Allegro                          version 4.2.2              unload_datafile(3)
Impressum