more polymorphie steps for BeRo - local game --> unstable
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
#define LOCALBEROFACTORY_H
|
||||
|
||||
#include <berofactoryinterface.h>
|
||||
#include <berointerface.h>
|
||||
#include <handinterface.h>
|
||||
#include <localberopreflop.h>
|
||||
|
||||
/**
|
||||
@author FThauer FHammer <webmaster@pokerth.net>
|
||||
@@ -20,10 +23,16 @@
|
||||
class LocalBeRoFactory : public BeRoFactoryInterface
|
||||
{
|
||||
public:
|
||||
LocalBeRoFactory();
|
||||
LocalBeRoFactory(HandInterface* hi);
|
||||
|
||||
~LocalBeRoFactory();
|
||||
|
||||
BeRoInterface* switchRounds();
|
||||
|
||||
private:
|
||||
|
||||
HandInterface* myHand;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user