.\" Generated by the Allegro makedoc utility .TH DATAFILE 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME DATAFILE \- Stores an Allegro datafile in memory.\& .SH SYNOPSIS .B #include .sp .B typedef struct DATAFILE .SH DESCRIPTION .nf 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 .fi Read chapter "Datafile routines", section "Using datafiles" for a description on how to obtain/use this structure. .SH SEE ALSO .BR load_datafile (3alleg4), .BR excustom (3alleg4), .BR exdata (3alleg4), .BR exexedat (3alleg4), .BR exgui (3alleg4), .BR exsprite (3alleg4), .BR exunicod (3alleg4)