This commit is contained in:
jl777
2019-02-10 09:07:44 -11:00
parent e084210351
commit 80a610cdaa
4 changed files with 12 additions and 11 deletions

View File

@@ -698,7 +698,7 @@ int save(int which);
void save_file(struct rogue_state *rs,FILE *savef,int32_t guiflag);
void save_game(struct rogue_state *rs);
int save_throw(int which, THING *tp);
void score(int amount, int flags, char monst);
void score(struct rogue_state *rs,int amount, int flags, char monst);
void search(struct rogue_state *rs);
void set_know(THING *obj, struct obj_info *info);
void set_oldch(THING *tp, coord *cp);