comparison rogue5/rogue.h @ 34:655c317b6237

rogue5: add savedir, logfile, bugfixes
author elwin
date Mon, 24 May 2010 20:16:15 +0000
parents f502bf60e6e4
children 696277507a2e
comparison
equal deleted inserted replaced
33:f502bf60e6e4 34:655c317b6237
670 const char *nothing(int type); 670 const char *nothing(int type);
671 const char *nullstr(const THING *ignored); 671 const char *nullstr(const THING *ignored);
672 const char *num(int n1, int n2, int type); 672 const char *num(int n1, int n2, int type);
673 void numpass(int y, int x); 673 void numpass(int y, int x);
674 void option(void); 674 void option(void);
675 void open_log(void);
675 void open_score(void); 676 void open_score(void);
676 int pack_char(void); 677 int pack_char(void);
677 int pack_room(int from_floor, THING *obj); 678 int pack_room(int from_floor, THING *obj);
678 void parse_opts(char *str); 679 void parse_opts(char *str);
679 void passnum(void); 680 void passnum(void);
773 void waste_time(void); 774 void waste_time(void);
774 void wear(void); 775 void wear(void);
775 void whatis(int insist, int type); 776 void whatis(int insist, int type);
776 void wield(void); 777 void wield(void);
777 int wreadchar(WINDOW *win); 778 int wreadchar(WINDOW *win);
778 779 void writelog(int amount, int flags, int monst);
780