sqlite-log: transmitting some functions to cardsValue for logging hole cards

This commit is contained in:
floty
2011-03-20 22:16:57 +00:00
parent 16ca90621e
commit 6ccd1d0d0e
7 changed files with 1669 additions and 1583 deletions
+4 -1
View File
@@ -20,7 +20,8 @@
#ifndef LOG_H
#define LOG_H
#include <engine_defs.h>
#include "engine_defs.h"
#include "game_defs.h"
struct sqlite3;
@@ -36,6 +37,8 @@ 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 closeLogDbAtExit();