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

  /src/games/cribbage/
cribcur.h 39 # define COMP_X 12
43 # define SCORE_X (PLAY_X + TABLE_X + COMP_X)
crib.c 128 Compwin = subwin(stdscr, COMP_Y, COMP_X, 0, TABLE_X + PLAY_X);

Completed in 12 milliseconds