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

  /src/games/gomoku/
bdinit.c 77 set_blocked(sp, DIR__R);
79 sp->s_fval[BLACK][DIR__R].s = 0x600;
81 sp->s_fval[WHITE][DIR__R].s = 0x600;
84 sp->s_fval[BLACK][DIR__R].s = 0x500;
85 sp->s_fval[WHITE][DIR__R].s = 0x500;
91 sp->s_fval[BLACK][DIR__R].s = 0x401;
92 sp->s_fval[WHITE][DIR__R].s = 0x401;
gomoku.h 203 #define DIR__R 0 /* right */

Completed in 13 milliseconds