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