This commit is contained in:
doitux
2007-02-11 17:33:43 +00:00
parent 57ae6a1065
commit 971c95d200
2 changed files with 19 additions and 2 deletions
+1
View File
@@ -41,6 +41,7 @@ public:
void logPlayerActionMsg(std::string playName, int action, int setValue);
void logNewGameHandMsg(int gameID, int handID);
void logPlayerWinsMsg(int playerID);
void logDealBoardCardsMsg(int roundID, int card1, int card2 = -1, int card3 = -1);
void closeLogFile();