Raw source file available here .
#include "../player.hpp"
class CLIPlayer : public Player {
public:
void thePreFlop(){
std:: cout << " Preflop" << std::endl;
}
};
Raw source file available here .
#include "../player.hpp"
class CLIPlayer : public Player {
public:
void thePreFlop(){
std:: cout << " Preflop" << std::endl;
}
};