rogue5: add savedir, logfile, bugfixes
This commit is contained in:
parent
3741c4867d
commit
53a15a3e2e
13 changed files with 2124 additions and 1397 deletions
|
|
@ -672,6 +672,7 @@ const char *nullstr(const THING *ignored);
|
|||
const char *num(int n1, int n2, int type);
|
||||
void numpass(int y, int x);
|
||||
void option(void);
|
||||
void open_log(void);
|
||||
void open_score(void);
|
||||
int pack_char(void);
|
||||
int pack_room(int from_floor, THING *obj);
|
||||
|
|
@ -775,4 +776,5 @@ void wear(void);
|
|||
void whatis(int insist, int type);
|
||||
void wield(void);
|
||||
int wreadchar(WINDOW *win);
|
||||
void writelog(int amount, int flags, int monst);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue