HomeSort by: relevance | last modified time | path
    Searched refs:buy (Results 1 - 3 of 3) sorted by relevancy

  /src/games/monop/
prop.c 52 buy(int playernum, SQUARE *sqrp) function in typeref:typename:void
198 buy(i, &board[cur_p->loc]);
monop.h 200 void buy(int, SQUARE *);
execute.c 177 if (getyn("Do you want to buy? ") == 0) {
178 buy(player, sqp);

Completed in 12 milliseconds