SYNOPSIS

  • #include <allegro5/allegro.h>
    
    const ALLEGRO_FILE_INTERFACE *al_get_new_file_interface(void)
    
    

DESCRIPTION

Return a pointer to the ALLEGRO_FILE_INTERFACE(3alleg5) table in effect for the calling thread.

RELATED TO al_get_new_file_interface…

al_store_state(3alleg5), al_restore_state(3alleg5).