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

Diff of /eliot/game/turn.h

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

revision 1.2 by ipkiss, Sun Oct 23 14:53:43 2005 UTC revision 1.3 by ipkiss, Fri Nov 4 20:00:06 2005 UTC
# Line 17  Line 17 
17  /* along with this program; if not, write to the Free Software               */  /* along with this program; if not, write to the Free Software               */
18  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
19    
 /* $Id$ */  
   
20  /**  /**
21   *  \file   turn.h   *  \file   turn.h
22   *  \brief  Game turn (= id + pldrack + round)   *  \brief  Game turn (= id + pldrack + round)
23   *  \author Antoine Fraboulet   *  \author Antoine Fraboulet
24   *  \date   2005   *  \date   2005
25   */   */
# Line 36  class Turn Line 34  class Turn
34      int        player;      int        player;
35      PlayedRack pldrack;      PlayedRack pldrack;
36      Round      round;      Round      round;
37        
38   public:   public:
39      Turn();      Turn();
40      ~Turn();      ~Turn();

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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