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

  /src/games/monop/
cards.c 241 int i, per_h, per_H, num_h, num_H; local in function:get_card
305 per_h = 40;
306 per_H = 115;
309 per_h = 25;
310 per_H = 100;
320 num = per_h * num_h + per_H * num_H;
cards.c 241 int i, per_h, per_H, num_h, num_H; local in function:get_card
305 per_h = 40;
306 per_H = 115;
309 per_h = 25;
310 per_H = 100;
320 num = per_h * num_h + per_H * num_H;
cards.c 241 int i, per_h, per_H, num_h, num_H; local in function:get_card
305 per_h = 40;
306 per_H = 115;
309 per_h = 25;
310 per_H = 100;
320 num = per_h * num_h + per_H * num_H;

Completed in 69 milliseconds