X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.h;h=fd51876a2183f4e62bab1a79d2a585ca86a12927;hb=1e2e24f4d51bfc2df43a10780b1e8f2acc5c8952;hp=5af50f3a7625c62b1be79dc393dac80705c058fa;hpb=f68f3a12056d7cfbe6cc65abe9f5c5975375ba00;p=open-adventure.git diff --git a/main.h b/main.h index 5af50f3..fd51876 100644 --- a/main.h +++ b/main.h @@ -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;