Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_android...e_interface(3) Library Functions Manual al_android...e_interface(3)

NAME
     al_android_set_apk_file_interface - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro_android.h>

	    void al_android_set_apk_file_interface(void)

DESCRIPTION
     This function will set up a custom ALLEGRO_FILE_INTERFACE(3) that makes all
     future calls of al_fopen(3) read from the applicatons's APK file.

	    Note:  Currently, access to the APK file after calling this function
	    is read only.

SINCE
     5.1.2

Allegro reference manual			     al_android...e_interface(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_android_set_apk_file_interface&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help