Running astyle.

This commit is contained in:
lotodore
2011-02-26 10:09:45 +00:00
parent e17b5fa74e
commit 63b28d7167
10 changed files with 160 additions and 164 deletions
+2 -2
View File
@@ -34,14 +34,14 @@ public:
void logNewGameMsg(int gameID, int startCash, int startSmallBlind, unsigned dealerPosition, PlayerList seatsList);
void logNewHandMsg(int handID, unsigned dealerPosition, int smallBlind, unsigned smallBlindPosition, int bigBlind, unsigned bigBlindPosition, PlayerList seatsList);
void logBoardCards(GameState beroID, int boardCards[5]);
void logBoardCards(GameState beroID, int boardCards[5]);
// void closeLogDbAtExit();
private:
sqlite3 *mySqliteLogDb;
int curGameID;
int curHandID;
int curHandID;
bool logOnOff;
};