#include <iomanip>
#include <string>
#include "game_io.h"
#include "game.h"
#include "training.h"
#include "player.h"
Go to the source code of this file.
Functions | |
static void | searchResultLine (ostream &out, const Training &iGame, int num) |
|
Definition at line 181 of file game_io.cpp. References Results::get(), Round::getBonus(), Round::getCoord(), Round::getPoints(), Training::getResults(), Round::getWord(), and Coord::toString(). Referenced by GameIO::printSearchResults(). |