X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.h;fp=main.h;h=0e4feb091ced7d4f4981abbb9f23f24756886a0a;hb=fa1f8591629eccdaf53da24c29fdf02acb84255f;hp=dfc27bd2cec358e6497ec0eecbccd22b348589bd;hpb=42189d79d7b33d5543688d77fa5e7b209452b8d1;p=open-adventure.git diff --git a/main.h b/main.h index dfc27bd..0e4feb0 100644 --- a/main.h +++ b/main.h @@ -32,8 +32,16 @@ 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; /* more state will go here */ long wzdark; + /* more state will go here */ + long novice; }; extern struct game_t game;