1is_system_bitmap(3)             Allegro manual             is_system_bitmap(3)
2
3
4

NAME

6       is_system_bitmap  - Tells if a bitmap is a system bitmap or sub bitmap.
7       Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int is_system_bitmap(BITMAP *bmp);
14

DESCRIPTION

16       Returns TRUE if bmp is a system bitmap object, or a sub-bitmap of one.
17
18

SEE ALSO

20       create_system_bitmap(3), create_sub_bitmap(3)
21
22
23
24Allegro                          version 4.4.3             is_system_bitmap(3)
Impressum