1al_set_new_file_interface(3)Library Functions Manualal_set_new_file_interface(3)
2
3
4
6 al_set_new_file_interface
7
9 #include <allegro5/allegro.h>
10
11 void al_set_new_file_interface(const ALLEGRO_FILE_INTERFACE *file_interface)
12
14 Set the ALLEGRO_FILE_INTERFACE(3) table for the calling thread. This
15 will change the handler for later calls to al_fopen(3).
16
18 al_set_standard_file_interface(3), al_store_state(3),
19 al_restore_state(3).
20
21
22
23Allegro reference manual al_set_new_file_interface(3)