datafile(3) - Linux man page

Name

DATAFILE - Stores an Allegro datafile in memory.

Synopsis

#include <allegro.h>

typedef struct DATAFILE

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.

See Also

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