/[eliot]/eliot/game/game.h
ViewVC logotype

Diff of /eliot/game/game.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by ipkiss, Sat Nov 5 23:22:42 2005 UTC revision 1.22 by ipkiss, Sun Nov 6 01:05:06 2005 UTC
# Line 87  public: Line 87  public:
87    
88      const Board&  getBoard() const { return m_board; }      const Board&  getBoard() const { return m_board; }
89      const Bag&    getBag()   const { return m_bag; }      const Bag&    getBag()   const { return m_bag; }
90      const Player& getPlayer(int iIndex) const;      const Player& getPlayer(int iNum) const;
91        const Turn&   getTurn(int iNum) const;
92    
93      /**      /**
94       * Saved games handling.       * Saved games handling.
# Line 122  public: Line 123  public:
123       *    3 : the rack cannot be completed (Game_*_setrackrandom only)       *    3 : the rack cannot be completed (Game_*_setrackrandom only)
124       *************************/       *************************/
125      static const int RACK_SIZE;      static const int RACK_SIZE;
126      typedef enum {RACK_ALL, RACK_NEW} set_rack_mode;      enum set_rack_mode {RACK_ALL, RACK_NEW};
127    
128      /**      /**
129       * Methods to access already played words.       * Methods to access already played words.

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26