Restored from backup.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "../player.hpp"
|
||||
|
||||
class CLIPlayer : public Player {
|
||||
|
||||
public:
|
||||
void thePreFlop(){
|
||||
std:: cout << " Preflop" << std::endl;
|
||||
}
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user