comparison rogue4/extern.h @ 26:ea7372f5d314

rogue4: add logging all games
author edwarj4
date Thu, 26 Nov 2009 03:02:13 +0000
parents 63b9fd7d70ce
children 1b73a8641b37
comparison
equal deleted inserted replaced
25:00e90f1bffd6 26:ea7372f5d314
39 *s_guess[], *s_names[], take, whoami[], 39 *s_guess[], *s_names[], take, whoami[],
40 *ws_guess[], *ws_type[]; 40 *ws_guess[], *ws_type[];
41 41
42 extern int a_chances[], a_class[], count, dnum, food_left, 42 extern int a_chances[], a_class[], count, dnum, food_left,
43 fung_hit, fd, group, hungry_state, inpack, lastscore, 43 fung_hit, fd, group, hungry_state, inpack, lastscore,
44 level, max_level, mpos, no_command, no_food, no_move, 44 level, lfd, max_level, mpos, no_command, no_food, no_move,
45 ntraps, purse, quiet, total; 45 ntraps, purse, quiet, total;
46 46
47 extern long seed; 47 extern long seed;
48 48
49 extern WINDOW *hw; 49 extern WINDOW *hw;