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

  /src/games/dab/
box.cc 87 // Paint a box
88 void BOX::paint(void) function in class:BOX
board.cc 129 box1.paint();
139 box2.paint();
165 // Paint all boxes, effectively redrawing the board
166 void BOARD::paint(void) const function in class:BOARD
171 box.paint();

Completed in 11 milliseconds