exdata (3) - Linux Manuals
exdata: Accessing the contents of datafiles. Allegro game programming library.
Command to display exdata
manual in Linux: $ man 3 exdata
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(3),
END_OF_MAIN(3),
allegro_error(3),
allegro_init(3),
allegro_message(3),
blit(3),
font(3),
install_keyboard(3),
load_datafile(3),
makecol(3),
readkey(3),
replace_filename(3),
screen(3),
set_color_conversion(3),
set_gfx_mode(3),
set_palette(3),
textout_ex(3),
unload_datafile(3)
Pages related to exdata
- exdbuf (3) - How to use double buffering to avoid flicker. Allegro game programming library.
- ex3buf (3) - Mode-X triple buffering and retrace interrupt simulation. Allegro game programming library.
- ex3d (3) - 3d 'bouncy cubes' demo. Allegro game programming library.
- ex12bit (3) - How to fake a 12-bit truecolor mode on an 8-bit card. Allegro game programming library.
- exaccel (3) - Using offscreen video memory to store source graphics for VBE/AF. Allegro game programming library.
- exalpha (3) - Creating and using 32 bit RGBA sprites. Allegro game programming library.
- exbitmap (3) - Loading and displaying PCX and BMP files. Allegro game programming library.