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

Diff of /eliot/game/pldrack.h

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

revision 1.9 by ipkiss, Fri Nov 4 20:00:06 2005 UTC revision 1.10 by ipkiss, Sat Nov 5 15:48:59 2005 UTC
# Line 22  Line 22 
22  #define _PLAYEDRACK_H_  #define _PLAYEDRACK_H_
23    
24  #include <vector>  #include <vector>
25    #include <string>
26  #include "tile.h"  #include "tile.h"
27    
28  class Rack;  class Rack;
# Line 64  public: Line 65  public:
65      bool checkRack(int iMin) const;      bool checkRack(int iMin) const;
66    
67      void operator=(const PlayedRack &iOther);      void operator=(const PlayedRack &iOther);
68      void toString(string&) const;      string toString(bool iShowExtraSigns = true) const;
69    
70  private:  private:
71      vector<Tile> m_oldTiles;      vector<Tile> m_oldTiles;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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