eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/game/round.h


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/round.h
Date: Fri, 04 Nov 2005 15:00:47 -0500

Index: eliot/game/round.h
diff -u eliot/game/round.h:1.6 eliot/game/round.h:1.7
--- eliot/game/round.h:1.6      Sun Oct 23 14:53:43 2005
+++ eliot/game/round.h  Fri Nov  4 20:00:06 2005
@@ -3,8 +3,6 @@
  * Authors: Antoine Fraboulet <address@hidden>
  *          Olivier Teuliere  <address@hidden>
  *
- * $Id: round.h,v 1.6 2005/10/23 14:53:43 ipkiss Exp $
- *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -43,14 +41,14 @@
 public:
 
     /*************************
-     * 
+     *
      *************************/
     Round();
     virtual ~Round() {}
     void init();
 
     /*************************
-     * 
+     *
      *************************/
     void addRightFromBoard(Tile);
     void removeRightToBoard(Tile);
@@ -72,7 +70,7 @@
     void setJoker(int iIndex, bool value = true);
 
     /*************************
-     * 
+     *
      *************************/
     bool isJoker(int iIndex) const;
     const Tile& getTile(int iIndex) const;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]