#include <set>
#include <vector>
#include <memory>
#include "Card.hpp"
#include "Deck.hpp"
#include "Biddings.hpp"
#include "Announcements.hpp"
Go to the source code of this file.
Classes | |
class | Player |
Player is an abstract class presenting a common interface for AI and Human players. More... | |
struct | Player::cardOrder |
A structure to automatically fix an insert order into cards' sets. More... | |