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

Diff of /eliot/game/cross.h

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

revision 1.4 by ipkiss, Sun Oct 23 14:53:43 2005 UTC revision 1.4.2.1 by afrab, Sun Oct 23 17:16:24 2005 UTC
# Line 25  Line 25 
25  #include "tile.h"  #include "tile.h"
26  #include <set>  #include <set>
27    
 using namespace std;  
   
   
28  /*************************  /*************************
29   *   *
30   *************************/   *************************/
# Line 52  public: Line 49  public:
49    
50  private:  private:
51      // Set of the tiles accepted for the cross check      // Set of the tiles accepted for the cross check
52      set<Tile> m_tilesSet;      std::set<Tile> m_tilesSet;
53    
54      // When this value is true, any letter matches the cross check      // When this value is true, any letter matches the cross check
55      bool m_any;      bool m_any;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

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