#include <vector>
#include <stack>
#include <set>
#include <map>
#include <memory>
#include "Suits.hpp"
#include "Biddings.hpp"
#include "Team.hpp"
#include "Player.hpp"
#include "Human.hpp"
#include "AI.hpp"
#include "Card.hpp"
#include "Trick.hpp"
#include "Deck.hpp"
Go to the source code of this file.
Classes | |
class | Game |
Game is one of the main class of Tarot. Here are defined rules, games' turns, scores, etc. More... | |