unload_datafile.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

#include <allegro.h>

void unload_datafile(DATAFILE *dat);

DESCRIPTION

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

SEE ALSO

load_datafile(3alleg), excustom(3alleg), exdata(3alleg), exexedat(3alleg), exgui(3alleg), exsprite(3alleg), exunicod(3alleg)