man exdata () - Accessing the contents of datafiles. Allegro game programming library.

NAME

exdata - Accessing the contents of datafiles. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

Example exdata

DESCRIPTION

This program demonstrates how to access the contents of an Allegro datafile (created by the grabber utility). The example loads the file `example.dat', then blits a bitmap and shows a font, both from this datafile.

SEE ALSO