1DATAFILE(3)                     Allegro manual                     DATAFILE(3)
2
3
4

NAME

6       DATAFILE - Stores an Allegro datafile in memory.
7

SYNOPSIS

9       #include <allegro.h>
10
11
12       typedef struct DATAFILE
13

DESCRIPTION

15          void *dat;     - pointer to the actual data
16          int type;      - type of the data
17          long size;     - size of the data in bytes
18          void *prop;    - list of object properties
19
20       Read  chapter  "Datafile  routines",  section  "Using  datafiles" for a
21       description on how to obtain/use this structure.
22
23

SEE ALSO

25       load_datafile(3),  excustom(3),   exdata(3),   exexedat(3),   exgui(3),
26       exsprite(3), exunicod(3)
27
28
29
30Allegro                          version 4.4.3                     DATAFILE(3)
Impressum