[jnh-cvs 448] CVS update: jnethack/include

Back to archive index

Kentaro Shirakata argra****@users*****
2005年 5月 1日 (日) 20:27:03 JST


Index: jnethack/include/decl.h
diff -u jnethack/include/decl.h:1.5 jnethack/include/decl.h:1.6
--- jnethack/include/decl.h:1.5	Wed Dec 10 12:50:16 2003
+++ jnethack/include/decl.h	Sun May  1 20:27:03 2005
@@ -388,6 +388,15 @@
 };
 #endif /* AUTOPICKUP_EXCEPTIONS */
 
+#if 1 /*JP*/
+struct trans_verb {
+    const char *en;
+    const char *what;
+    const char *particle;
+    const char *jp;
+};
+#endif
+
 #undef E
 
 #endif /* DECL_H */
Index: jnethack/include/extern.h
diff -u jnethack/include/extern.h:1.19 jnethack/include/extern.h:1.20
--- jnethack/include/extern.h:1.19	Wed Apr 27 05:51:15 2005
+++ jnethack/include/extern.h	Sun May  1 20:27:03 2005
@@ -779,6 +779,9 @@
 E boolean FDECL(is_worn, (struct obj *));
 E struct obj *FDECL(g_at, (int,int));
 E struct obj *FDECL(mkgoldobj, (long));
+#if 1 /*JP*/
+E struct trans_verb *FDECL(trans_verb, (const char *));
+#endif
 E struct obj *FDECL(getobj, (const char *,const char *));
 E int FDECL(ggetobj, (const char *,int (*)(OBJ_P),int,BOOLEAN_P,unsigned *));
 E void FDECL(fully_identify_obj, (struct obj *));
@@ -2428,7 +2431,6 @@
 E  const char *FDECL(jcannot, (const char *));
 E  const char *FDECL(jpast, (const char *));
 E  const char *FDECL(jconj_adj, (const char *));
-E  const char *FDECL(trans_verb, (const char *));
 
 /* ### jtrns.c ### */
 


Jnethack-cvs メーリングリストの案内
Back to archive index