Searched defs:prp_st (Results 1 – 1 of 1) sorted by relevance
100 struct prp_st { /* property description structure */ struct101 bool morg; /* set if mortgaged */102 bool monop; /* set if monopoly */103 short square; /* square description */104 short houses; /* number of houses */128 typedef struct prp_st PROP; argument