1is_system_bitmap(3) Allegro manual is_system_bitmap(3)
23
4
NAME
6is_system_bitmap - Tells if a bitmap is a system bitmap or sub bitmap.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int is_system_bitmap(BITMAP *bmp);
14
DESCRIPTION
16Returns TRUE if bmp is a system bitmap object, or a sub-bitmap of one.
1718
SEE ALSO
20create_system_bitmap(3), create_sub_bitmap(3)
2122
23
24
Allegro version 4.2.3 is_system_bitmap(3)