.\" Generated by the Allegro makedoc utility .TH exdata 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME exdata \- Accessing the contents of datafiles. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B Example exdata .SH 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. .SH SEE ALSO .BR DATAFILE (3alleg4), .BR END_OF_MAIN (3alleg4), .BR allegro_error (3alleg4), .BR allegro_init (3alleg4), .BR allegro_message (3alleg4), .BR blit (3alleg4), .BR font (3alleg4), .BR install_keyboard (3alleg4), .BR load_datafile (3alleg4), .BR makecol (3alleg4), .BR readkey (3alleg4), .BR replace_filename (3alleg4), .BR screen (3alleg4), .BR set_color_conversion (3alleg4), .BR set_gfx_mode (3alleg4), .BR set_palette (3alleg4), .BR textout_ex (3alleg4), .BR unload_datafile (3alleg4)