More globals to the game structure.

This commit is contained in:
Eric S. Raymond 2017-05-23 20:34:53 -04:00
parent c3add5c206
commit f68f3a1205
4 changed files with 7 additions and 8 deletions

1
main.h
View file

@ -48,6 +48,7 @@ struct game_t {
long turns;
/* more state will go here */
long wzdark;
long zzword;
/* more state will go here */
long novice;
};