1load_lbm(3) Allegro manual load_lbm(3)
23
4
NAME
6load_lbm - Loads an LBM bitmap from a file. Allegro game programming
7library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
BITMAP *load_lbm(const char *filename, RGB *pal);
14
DESCRIPTION
16Loads a 256-color IFF ILBM/PBM file.
17
RETURN VALUE
19Returns a pointer to the bitmap or NULL on error. Remember that you are
20responsible for destroying the bitmap when you are finished with it to
21avoid memory leaks.
2223
SEE ALSO
25load_bitmap(3)
2627
28
29
Allegro version 4.2.3 load_lbm(3)