Home | History | Annotate | Download | only in dab

Lines Matching defs:box

44 #include "box.h"
95 BOX box(y, x, *this);
96 box.reset();
101 * Make a move for player with initial 'c', adding an edge at box(x, y)
115 BOX box1(y, x, *this);
124 // New box; name it and count it
131 // Check other box
132 x += BOX::edges[dir].x;
133 y += BOX::edges[dir].y;
136 BOX box2(y, x, *this);
151 BOX box(y, x, const_cast<BOARD&>(*this));
152 if (box.count() != 4)
170 BOX box(y, x, const_cast<BOARD&>(*this));
171 box.paint();