corrections and starting reentry development

This commit is contained in:
Albert Medela
2020-06-07 01:47:11 +02:00
parent 1e3253a18d
commit 63fb9bc287
7 changed files with 220 additions and 20 deletions
+2
View File
@@ -142,6 +142,8 @@ public:
boost::shared_ptr<PlayerInterface> getPlayerByName(const std::string &name);
boost::shared_ptr<PlayerInterface> getCurrentPlayer();
boost::shared_ptr<PlayerInterface> addNewPlayer(boost::shared_ptr<PlayerData> player);
void raiseBlinds();
private: