#include <vector>
#include <string>
#include "pldrack.h"
#include "history.h"
Go to the source code of this file.
Data Structures | |
class | Player |
This class is the parent class for all the players involved in a game. More... | |
class | HumanPlayer |
Human player. More... |