table of contents
acquire_screen(3) | Allegro manual | acquire_screen(3) |
NAME¶
acquire_screen - Shortcut of acquire_bitmap(screen); Allegro game programming library.
SYNOPSIS¶
#include <allegro.h>
void acquire_screen();
DESCRIPTION¶
Shortcut version of acquire_bitmap(screen);
SEE ALSO¶
version 4.4.3 | Allegro |