More structurization.

This commit is contained in:
Eric S. Raymond 2017-05-23 20:59:21 -04:00
parent 8d0587b0ec
commit f72141fbe3
7 changed files with 22 additions and 20 deletions

3
main.h
View file

@ -50,6 +50,9 @@ struct game_t {
long wzdark;
long zzword;
/* more state will go here */
long clshint;
long novice;
/* more state will go here */
long dseen[7];
};
extern struct game_t game;