reorgranize debug_mode

This commit is contained in:
floty
2014-03-16 21:45:35 +01:00
parent ef96b76c1d
commit 2a78c06d03
7 changed files with 156 additions and 1448 deletions
+7
View File
@@ -66,6 +66,13 @@ public:
void logAfterGame();
// void closeLogDbAtExit();
unsigned debugMode_getStartSmallBlind();
unsigned debugMode_getStartDealerPosition();
void debugMode_getBoardCards(int *tempBoardArray, int handID);
void debugMode_getPlayerCards(int *tempPlayerArray, int handID, int seatID);
unsigned debugMode_getPlayerStartCash(int seatID);
void debugMode_getPlayerAction(GameState gameState, int handID, int seatID, PlayerAction* playerAction, int* bet, int* raise, int mySet);
void setCurrentRound(GameState theValue) {
currentRound = theValue;
}