; * src/epaths.in: Declare and use android_game_path.
This commit is contained in:
parent
b86359d4ab
commit
ad588f8131
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue