pop_config_state
Pops a previously pushed configuration state. Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-2)
- Source: allegro4.4
- Report a bug
Pops a previously pushed configuration state. Allegro game programming library.
#include <allegro.h>
void pop_config_state();
Pops a configuration state previously stored by push_config_state(), replacing the current config source with it.
push_config_state(3alleg4), exconfig(3alleg4)