Home | History | Annotate | Download | only in monop

Lines Matching refs:SQUARE

54 				/* square type numbers			*/
66 #define JAIL 40 /* JAIL square number */
72 struct sqr_st { /* structure for square */
80 typedef struct sqr_st SQUARE;
90 unsigned char sqnums[3]; /* Square numbers (used to init)*/
91 SQUARE *sq[3]; /* list of squares in monop */
103 short square; /* square description */
110 SQUARE *sqr; /* pointer to square */
148 extern SQUARE board[N_SQRS + 1];
200 void buy(int, SQUARE *);
207 void rent(SQUARE *);