.\" Generated by the Allegro makedoc utility .TH DATAFILE 3 "version 4.2.2" "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 (3), .BR excustom (3), .BR exdata (3), .BR exexedat (3), .BR exgui (3), .BR exsprite (3), .BR exunicod (3)