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
DATAFILE(3alleg), END_OF_MAIN(3alleg), allegro_error(3alleg), allegro_init(3alleg), allegro_message(3alleg), blit(3alleg), font(3alleg), install_keyboard(3alleg), load_datafile(3alleg), makecol(3alleg), readkey(3alleg), replace_filename(3alleg), screen(3alleg), set_color_conversion(3alleg), set_gfx_mode(3alleg), set_palette(3alleg), textout_ex(3alleg), unload_datafile(3alleg)