This commit is contained in:
@@ -22,9 +22,6 @@
|
||||
|
||||
#include <enginefactory.h>
|
||||
|
||||
/**
|
||||
@author FThauer FHammer <f.thauer@web.de>
|
||||
*/
|
||||
class LocalEngineFactory : public EngineFactory
|
||||
{
|
||||
public:
|
||||
@@ -32,6 +29,10 @@ public:
|
||||
|
||||
~LocalEngineFactory();
|
||||
|
||||
HandInterface* createHand();
|
||||
BoardInterface* createBoard();
|
||||
PlayerInterface* createPlayer();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user