This commit is contained in:
doitux
2007-02-04 13:46:27 +00:00
parent ff6c1e5cbd
commit a7fa1b03e7
11 changed files with 87 additions and 28 deletions
+2 -1
View File
@@ -92,7 +92,8 @@ public:
//log.cpp
virtual void logPlayerActionMsg(std::string playName, int action, int setValue) const=0;
virtual void logPlayerActionMsg(std::string playName, int action, int setValue) =0;
virtual void logNewGameHandMsg(int gameID, int HandID) =0;