• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

patch投げ用


Commit MetaInfo

Revisione9d39fddeadc7bf0869a2c5697ac265ba87b7e0a (tree)
Zeit2016-02-14 02:26:12
AutorSHIRAKATA Kentaro <argrath@ub32...>
CommiterSHIRAKATA Kentaro

Log Message

add extern.h

Ändern Zusammenfassung

Diff

--- a/include/extern.h
+++ b/include/extern.h
@@ -1392,6 +1392,9 @@ E const char *FDECL(stagger, (const struct permonst *, const char *));
13921392 E const char *FDECL(on_fire, (struct permonst *, struct attack *));
13931393 E const struct permonst *FDECL(raceptr, (struct monst *));
13941394 E boolean FDECL(olfaction, (struct permonst *));
1395+#if 1 /*JP*/
1396+E const char *FDECL(jumpedthrough, (const struct permonst *,const char *));
1397+#endif
13951398
13961399 /* ### monmove.c ### */
13971400
@@ -2797,6 +2800,7 @@ E void FDECL(jrndm_replace, (char *));
27972800 E const char *FDECL(joffmsg, (struct obj *, const char **));
27982801 E const char *FDECL(jonmsg, (struct obj *, const char **));
27992802 E const char *FDECL(numeral, (struct obj *));
2803+E struct trans_verb *FDECL(trans_verb, (const char *));
28002804
28012805 /* ### jconj.c ### */
28022806