X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.h;h=fd51876a2183f4e62bab1a79d2a585ca86a12927;hp=dfc27bd2cec358e6497ec0eecbccd22b348589bd;hb=7e5448e9740f211771262dbd4870aedf88c8f3a4;hpb=42189d79d7b33d5543688d77fa5e7b209452b8d1 diff --git a/main.h b/main.h index dfc27bd..fd51876 100644 --- a/main.h +++ b/main.h @@ -32,8 +32,27 @@ struct game_t { long lmwarn; /* LOC will go here */ long newloc; + /* OBJ will go here */ long numdie; + long oldlc2; + long oldloc; + long oldobj; + long panic; + long saved; + long setup; + long spk; + long tally; + long thresh; + long trndex; + long trnluz; + 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;