Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Examples, tools and demo game
Allegro
type AL_RGB_MAP = record
Stores an rgb map to accelerate conversions.
data: ARRAY [0..31, 0..31, 0..31] OF AL_UCHAR;