1al_android_set_apk_file_interface(3) al_android_set_apk_file_interface(3)
2
3
4
6 al_android_set_apk_file_interface - Allegro 5 API
7
9 #include <allegro5/allegro_android.h>
10
11 void al_android_set_apk_file_interface(void)
12
14 This function will set up a custom ALLEGRO_FILE_INTERFACE(3) that makes
15 all future calls of al_fopen(3) read from the applicatons's APK file.
16
17 Note: Currently, access to the APK file after calling this func‐
18 tion is read only.
19
21 5.1.2
22
23
24
25Allegro reference manual al_android_set_apk_file_interface(3)