Some header file changes.
This commit is contained in:
@@ -20,15 +20,8 @@
|
||||
#ifndef BEROINTERFACE_H
|
||||
#define BEROINTERFACE_H
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <list>
|
||||
|
||||
#include <game_defs.h>
|
||||
|
||||
class PlayerInterface;
|
||||
|
||||
typedef boost::shared_ptr<std::list<boost::shared_ptr<PlayerInterface> > > PlayerList;
|
||||
typedef std::list<boost::shared_ptr<PlayerInterface> >::iterator PlayerListIterator;
|
||||
#include <engine_defs.h>
|
||||
|
||||
class BeRoInterface{
|
||||
public:
|
||||
@@ -58,8 +51,8 @@ public:
|
||||
virtual void setMinimumRaise (int) =0;
|
||||
virtual int getMinimumRaise() const =0;
|
||||
|
||||
virtual void setFullBetRule (bool) =0;
|
||||
virtual bool getFullBetRule() const =0;
|
||||
virtual void setFullBetRule (bool) =0;
|
||||
virtual bool getFullBetRule() const =0;
|
||||
|
||||
virtual bool getFirstRound() const =0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user