sqlite-log: complete new hand log

This commit is contained in:
floty
2011-02-25 21:21:36 +00:00
parent 9264aa86eb
commit e17b5fa74e
7 changed files with 159 additions and 72 deletions
+2
View File
@@ -24,6 +24,7 @@
#include "boardinterface.h"
#include "playerinterface.h"
#include "berointerface.h"
#include "log.h"
class HandInterface
{
@@ -44,6 +45,7 @@ public:
virtual boost::shared_ptr<BeRoInterface> getRiver() const =0;
virtual GuiInterface* getGuiInterface() const =0;
virtual boost::shared_ptr<BeRoInterface> getCurrentBeRo() const =0;
virtual Log* getLog() const =0;
virtual void setMyID(int theValue) =0;
virtual int getMyID() const =0;