sqlite-log: logging hole cards

This commit is contained in:
floty
2011-03-25 01:17:56 +00:00
parent 979f079a57
commit 0b6ab97d26
4 changed files with 85 additions and 29 deletions
+3 -2
View File
@@ -37,8 +37,9 @@ public:
void logNewHandMsg(int handID, unsigned dealerPosition, int smallBlind, unsigned smallBlindPosition, int bigBlind, unsigned bigBlindPosition, PlayerList seatsList);
void logPlayerAction(int bero, int seat, PlayerActionLog action, int amount = 0);
void logBoardCards(int bero, int boardCards[5]);
void logHoleCards(int bero, int seat, PlayerActionLog action, int cards[2], int cardsValueInt = 0);
// void Log::logFlipHoleCards(int bero, int seat, PlayerActionLog action, int cards[2], int cardsValueInt)
void logHoleCards(int bero, int seat, int cards[2]);
void logHandName(int seat, int cardsValueInt, PlayerList activePlayerList);
void logHoleCardsHandName(int seat, int cards[2], int cardsValueInt, PlayerList activePlayerList);
// void closeLogDbAtExit();