logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

push_config_state - Pushes the current configuration state. Allegro game programming library.

Description

       Pushes  the  current  configuration  state  (filename,  variable  values,  etc).  onto an internal stack,
       allowing you to select some other config source  and  later  restore  the  current  settings  by  calling
       pop_config_state().   This  function  is mostly intended for internal use by other library functions, for
       example when you specify a config filename to the save_joystick_data() function,  it  pushes  the  config
       state before switching to the file you specified.

Name

       push_config_state - Pushes the current configuration state. Allegro game programming library.

See Also

pop_config_state(3alleg4), set_config_file(3alleg4), save_joystick_data(3alleg4), exconfig(3alleg4)

Allegro                                           version 4.4.3                       push_config_state(3alleg4)

Synopsis

#include<allegro.h>voidpush_config_state();

See Also