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

  /src/games/monop/
cards.c 241 int i, per_h, per_H, num_h, num_H; local in function:get_card
312 num_h = num_H = 0;
316 ++num_H;
318 num_h += op->sqr->desc->houses;
320 num = per_h * num_h + per_H * num_H;
323 num_h, num_H, num)
    [all...]

Completed in 11 milliseconds