sqlite-log: complete new hand log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user