/[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.5 by mhawlisch, Wed Feb 19 14:09:21 2003 UTC revision 1.6 by dheck, Thu Mar 13 18:07:40 2003 UTC
# Line 190  namespace enigma Line 190  namespace enigma
190          return tmp;          return tmp;
191      }      }
192    
193      inline px::V3 to_vec(GridPos p) {      inline px::V2 to_vec(GridPos p) {
194          return px::V3(p.x, p.y, 0);          return px::V2(p.x, p.y);
195      }      }
196            
197      inline bool operator< (GridPos a, GridPos b) {      inline bool operator< (GridPos a, GridPos b) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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