logPlayerWinMsg
This commit is contained in:
@@ -46,6 +46,7 @@ public slots:
|
||||
void logDealBoardCardsMsg(int roundID, int card1, int card2, int card3, int card4 = -1, int card5 = -1);
|
||||
void logFlipHoleCardsMsg(QString playerName, int card1, int card2, int cardsValueInt = -1, QString showHas = "shows");
|
||||
void logPlayerLeftMsg(QString playerName);
|
||||
void logPlayerWinGame(QString playerName, int gameID);
|
||||
|
||||
|
||||
public:
|
||||
@@ -61,6 +62,7 @@ signals:
|
||||
void signalLogDealBoardCardsMsg(int roundID, int card1, int card2, int card3, int card4 = -1, int card5 = -1);
|
||||
void signalLogFlipHoleCardsMsg(QString playerName, int card1, int card2, int cardsValueInt = -1, QString showHas = "shows");
|
||||
void signalLogPlayerLeftMsg(QString playerName);
|
||||
void signalLogPlayerWinGame(QString playerName, int gameID);
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user