1ALLEGRO_DISPLAY(3) ALLEGRO_DISPLAY(3)
23
4
NAME
6ALLEGRO_DISPLAY - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
typedef struct ALLEGRO_DISPLAY ALLEGRO_DISPLAY;
12
DESCRIPTION
14An opaque type representing an open display or window.
1516
17
18
Allegro reference manual ALLEGRO_DISPLAY(3)