al_destroy_config - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

void al_destroy_config(ALLEGRO_CONFIG *config)

Description

Free the resources used by a configuration structure. Does nothing if passed NULL.

See Also

al_create_config(3), al_load_config_file(3)

Referenced By

al_create_config(3), al_get_system_config(3), al_load_config_file(3), al_load_config_file_f(3).

Allegro reference manual