more polymorphie steps for BeRo - local game --> unstable
This commit is contained in:
@@ -15,11 +15,15 @@
|
||||
/**
|
||||
@author FThauer FHammer <webmaster@pokerth.net>
|
||||
*/
|
||||
|
||||
#include <berointerface.h>
|
||||
|
||||
class BeRoFactoryInterface{
|
||||
public:
|
||||
BeRoFactoryInterface();
|
||||
|
||||
~BeRoFactoryInterface();
|
||||
virtual ~BeRoFactoryInterface();
|
||||
|
||||
virtual BeRoInterface* switchRounds() = 0;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user