al_is_sub_bitmap - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

bool al_is_sub_bitmap(ALLEGRO_BITMAP *bitmap)

Description

Returns true if the specified bitmap is a sub-bitmap, false otherwise.

See Also

al_create_sub_bitmap(3), al_get_parent_bitmap(3)

Referenced By

al_get_parent_bitmap(3).

Allegro reference manual