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

Diff of /eliot/game/player.h

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

revision 1.11 by ipkiss, Sun Nov 6 01:09:41 2005 UTC revision 1.12 by ipkiss, Sun Nov 6 14:53:15 2005 UTC
# Line 23  Line 23 
23  #include <vector>  #include <vector>
24  #include "pldrack.h"  #include "pldrack.h"
25    
26  class Round;  class Turn;
27    
28    
29  /**  /**
# Line 71  private: Line 71  private:
71      PlayedRack m_pldrack;      PlayedRack m_pldrack;
72    
73      /// History of the racks and rounds for the player      /// History of the racks and rounds for the player
74      vector<PlayedRack *> m_playedRacks;  //     vector<PlayedRack *> m_playedRacks;
75      vector<Round *> m_rounds;  //     vector<Round *> m_rounds;
76      vector<int> m_turns;  //     vector<int> m_turns;
77        vector<Turn*> m_history;
78  };  };
79    
80    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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