This commit is contained in:
doitux
2007-01-13 20:47:48 +00:00
parent bd1efe4020
commit ccd74ccb92
4 changed files with 43 additions and 26 deletions
+11 -1
View File
@@ -20,11 +20,21 @@
#ifndef ENGINEFACTORY_H
#define ENGINEFACTORY_H
#include "boardinterface.h"
#include "handinterface.h"
#include "playerinterface.h"
#include "preflopinterface.h"
#include "flopinterface.h"
#include "turninterface.h"
#include "riverinterface.h"
class HandInterface;
class BoardInterface;
class PlayerInterface;
class PreflopInterface;
class FlopInterface;
class TurnInterface;
class RiverInterface;
class EngineFactory{
public: