BeRo refactoring
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <flopinterface.h>
|
||||
#include <turninterface.h>
|
||||
#include <riverinterface.h>
|
||||
#include <berofactoryinterface.h>
|
||||
// #include <berofactoryinterface.h>
|
||||
|
||||
|
||||
class ConfigFile;
|
||||
@@ -47,6 +47,7 @@ public:
|
||||
TurnInterface* createTurn(HandInterface* hi, int id, int aP, int dP, int sB);
|
||||
RiverInterface* createRiver(HandInterface* hi, int id, int aP, int dP, int sB);
|
||||
BeRoFactoryInterface* createBeRoFactory(HandInterface* hi, int id, int aP, int dP, int sB);
|
||||
std::vector<boost::shared_ptr<BeRoInterface> > createBeRo(HandInterface* hi, int id, int aP, int dP, int sB);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user