projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b86359d
)
; * src/epaths.in: Declare and use android_game_path.
author
Po Lu
<luangruo@yahoo.com>
Mon, 13 May 2024 00:26:04 +0000
(08:26 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 13 May 2024 00:26:04 +0000
(08:26 +0800)
src/epaths.in
patch
|
blob
|
history
diff --git
a/src/epaths.in
b/src/epaths.in
index 8415ce51586bc3f3e712d8916a7021ea1080420a..a928830dba2fd27c3afeb3c8bc82c71b4b8d8f3a 100644
(file)
--- a/
src/epaths.in
+++ b/
src/epaths.in
@@
-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