eliot-dev
[Top][All Lists]
Advanced

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

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


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

Index: eliot/game/tile.h
diff -u eliot/game/tile.h:1.5 eliot/game/tile.h:1.6
--- eliot/game/tile.h:1.5       Sun Oct 23 14:53:43 2005
+++ eliot/game/tile.h   Fri Nov  4 20:00:06 2005
@@ -2,8 +2,6 @@
  * Copyright (C) 2005 Eliot
  * Authors: Olivier Teuliere  <address@hidden>
  *
- * $Id: tile.h,v 1.5 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
@@ -52,7 +50,7 @@
     unsigned int getPoints() const;
     char toChar() const;
     int toCode() const;
-    
+
     static const Tile &dummy()  { return m_TheDummy; }
     static const Tile &Joker()  { return m_TheJoker; }
     static const list<Tile>& getAllTiles();




reply via email to

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