ALLEGRO_FILE - Man Page
Allegro 5 API
Synopsis
#include <allegro5/allegro.h> typedef struct ALLEGRO_FILE ALLEGRO_FILE;
Description
An opaque object representing an open file. This could be a real file on disk or a virtual file.
Referenced By
al_create_file_handle(3), al_fopen_fd(3), ALLEGRO_FILE_INTERFACE(3), al_load_audio_stream_f(3), al_load_bitmap_f(3), al_load_bitmap_flags_f(3), al_load_sample_f(3), al_make_temp_file(3), al_open_fs_entry(3), al_register_bitmap_identifier(3), al_save_bitmap_f(3), al_save_sample_f(3).
Allegro reference manual