/[enigma]/enigma/src/enigma.hh
ViewVC logotype

Diff of /enigma/src/enigma.hh

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

revision 1.8 by reallysoft, Sat May 3 07:16:34 2003 UTC revision 1.9 by reallysoft, Tue May 6 17:53:26 2003 UTC
# Line 79  namespace enigma Line 79  namespace enigma
79    
80      Direction reverse(Direction d);      Direction reverse(Direction d);
81      Direction rotate_clockwise(Direction d);      Direction rotate_clockwise(Direction d);
82      string    to_suffix(Direction d);  
83        struct    GridPos;
84        Direction direction_fromto(GridPos source, GridPos target); // source and target have to be adjacent
85    
86        string to_suffix(Direction d);
87    
88      enum DirectionBits {      enum DirectionBits {
89          NODIRBIT = 0,          NODIRBIT = 0,

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

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