ALLEGRO_FILE
typedef struct ALLEGRO_FILE ALLEGRO_FILE;
Introduced in 5.0.0
An opaque object representing an open file. This could be a real file on disk or a virtual file.
Examples: ex_curl, ex_memfile
Most helpful discussions:
- Reading from a binary file (1)
- A5 compiled fine, but can't compile against the library
- Include ttf in exe
- Get binary stream of bitmap - al_save_bitmap_f() or something like this
- loading bitmap trouble
- Decrypting files in memory and reading them.
- al_fopen XCode
- al_fprintf
- Bitmap not loading again
- Loading bitmap from exe (resource file)
Other recent discussions:
- [Allegro 5] Loading resources from memory
- Using std::fstream and PhysicsFS.
- Allegro5 Save bitmap to byte array
- [A5] trouble writing ALLEGRO_BITMAP to zip file
- [A5] al_load_bitmap_f fails
- char buffer to ALLEGRO_BITMAP
- load image from external lib?
- [A5] How to load an image from memory ?
- [A5] al_filename_exists() can't see file.
- Improving drawing speed