is_sub_bitmap - Man Page

Tells if a bitmap is a sub bitmap. Allegro game programming library.

Synopsis

#include <allegro.h>

int is_sub_bitmap(BITMAP *bmp);

Description

Returns TRUE if bmp is a sub-bitmap.

See Also

create_sub_bitmap(3)

Referenced By

create_sub_bitmap(3).

version 4.4.3 Allegro manual