.\" Generated by the Allegro makedoc utility .TH exdata 3 "version 4.2.2" "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 (3), .BR END_OF_MAIN (3), .BR allegro_error (3), .BR allegro_init (3), .BR allegro_message (3), .BR blit (3), .BR font (3), .BR install_keyboard (3), .BR load_datafile (3), .BR makecol (3), .BR readkey (3), .BR replace_filename (3), .BR screen (3), .BR set_color_conversion (3), .BR set_gfx_mode (3), .BR set_palette (3), .BR textout_ex (3), .BR unload_datafile (3)