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

  /src/games/dab/
board.cc 115 BOX box1(y, x, *this); local in function:BOARD::domove
118 if (box1.isset(dir))
121 box1.set(dir);
123 if (box1.count() == 4) {
125 box1.name() = c;
129 box1.paint();
board.cc 115 BOX box1(y, x, *this); local in function:BOARD::domove
118 if (box1.isset(dir))
121 box1.set(dir);
123 if (box1.count() == 4) {
125 box1.name() = c;
129 box1.paint();

Completed in 22 milliseconds