pop_config_state.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

pop_config_state - Pops a previously pushed configuration state. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void pop_config_state();

DESCRIPTION

Pops a configuration state previously stored by push_config_state(), replacing the current config source with it.

SEE ALSO

push_config_state(3alleg), exconfig(3alleg)