![]() |
![]()
| ![]() |
![]()
NAMEallegro_error - Stores the last Allegro error message. SYNOPSIS#include <allegro.h> extern char allegro_error[ALLEGRO_ERROR_SIZE]; DESCRIPTIONText string used by set_gfx_mode(), install_sound() and other functions to report error messages. If they fail and you want to tell the user why, this is the place to look for a description of the problem. Example:
SEE ALSOset_gfx_mode(3), install_sound(3)
|