X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.h;h=fd51876a2183f4e62bab1a79d2a585ca86a12927;hb=f72141fbe356cd7bfe90a91cf65353e2808197a8;hp=c7b40b565189d83cea66a48b39879e34d718cd6f;hpb=c3add5c2066face7535108706bb86dc41971ad9f;p=open-adventure.git diff --git a/main.h b/main.h index c7b40b5..fd51876 100644 --- a/main.h +++ b/main.h @@ -48,7 +48,11 @@ struct game_t { long turns; /* more state will go here */ 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;