This commit is contained in:
doitux
2007-01-13 19:30:12 +00:00
parent 5085ace50d
commit 15b46f6fb5
3 changed files with 42 additions and 3 deletions
+4 -3
View File
@@ -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