1al_set_app_name(3) Library Functions Manual al_set_app_name(3)
2
3
4
6 al_set_app_name
7
9 #include <allegro5/allegro.h>
10
11 void al_set_app_name(const char *app_name)
12
14 Sets the global application name.
15
16 The application name is used by al_get_standard_path(3) to build the
17 full path to an application's files.
18
19 This function may be called before al_init(3) or al_install_system(3).
20
22 al_get_app_name(3), al_set_org_name(3)
23
24
25
26Allegro reference manual al_set_app_name(3)