Home
last modified time | relevance | path

Searched defs:prp_st (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/games/monop/
H A Dmonop.h100 struct prp_st { /* property description structure */ struct
101 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