; * src/epaths.in: Declare and use android_game_path.

scratch/igc
Po Lu 2024-05-13 08:26:04 +08:00
parent b86359d4ab
commit ad588f8131
1 changed files with 2 additions and 1 deletions

View File

@ -94,10 +94,11 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
# define PATH_DATA "/assets/etc/"
# define PATH_DOC "/assets/etc/"
# define PATH_INFO "/assets/info/"
# define PATH_GAME ""
# define PATH_GAME (android_game_path)
# define PATH_BITMAPS "/assets/bitmaps/"
extern char *android_site_load_path;
extern char *android_lib_dir;
extern char *android_game_path;
#endif