Home | History | Annotate | Download | only in dab

Lines Matching refs:PLAYER

45 #include "player.h"
101 * Make a move for player with initial 'c', adding an edge at box(x, y)
209 // Post the score in the current game for player i
210 void BOARD::score(size_t i, const PLAYER& p)
217 // Post the number of games won for player i
218 void BOARD::games(size_t i, const PLAYER& p)
225 // Post the total score for player i
226 void BOARD::total(size_t i, const PLAYER& p)
233 // Post the total score for player i
234 void BOARD::ties(const PLAYER& p)