DATAFILE.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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(3alleg), excustom(3alleg), exdata(3alleg), exexedat(3alleg), exgui(3alleg), exsprite(3alleg), exunicod(3alleg)