man exhello () - Simple graphical "hello world" program. Allegro game programming library.
NAME
exhello - Simple graphical "hello world" program. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
Example exhello
DESCRIPTION
This is a very simple program showing how to get into graphics mode and draw text onto the screen.
SEE ALSO
END_OF_MAIN(3alleg), SCREEN_H(3alleg), SCREEN_W(3alleg), acquire_screen(3alleg), allegro_error(3alleg), allegro_init(3alleg), allegro_message(3alleg), clear_to_color(3alleg), desktop_palette(3alleg), font(3alleg), install_keyboard(3alleg), makecol(3alleg), readkey(3alleg), release_screen(3alleg), screen(3alleg), set_gfx_mode(3alleg), set_palette(3alleg), textout_centre_ex(3alleg)