DATAFILE - Stores an Allegro datafile in memory.
Contents
Description
void *dat; - pointer to the actual data
int type; - type of the data
long size; - size of the data in bytes
void *prop; - list of object properties
Read chapter "Datafile routines", section "Using datafiles" for a description on how to obtain/use this
structure.
Name
DATAFILE - Stores an Allegro datafile in memory.
See Also
load_datafile(3alleg4), excustom(3alleg4), exdata(3alleg4), exexedat(3alleg4), exgui(3alleg4), exsprite(3alleg4), exunicod(3alleg4) Allegro version 4.4.3 DATAFILE(3alleg4)
Synopsis
#include<allegro.h>typedefstructDATAFILE
