1al_set_app_name(3) al_set_app_name(3)
23
4
NAME
6al_set_app_name - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
void al_set_app_name(const char *app_name)
12
DESCRIPTION
14Sets the global application name.
1516
The application name is used by al_get_standard_path(3) to build the
17full path to an application's files.
1819
This function may be called before al_init(3) or al_install_system(3).
20
SEE ALSO
22al_get_app_name(3), al_set_org_name(3)
2324
25
26
Allegro reference manual al_set_app_name(3)