diff -r 4cb50131788f -r b0affce7beb1 Source/Grid.h --- a/Source/Grid.h Thu Jul 31 11:18:13 2008 -0700 +++ b/Source/Grid.h Tue Mar 10 22:36:23 2009 -0700 @@ -24,6 +24,11 @@ @class GridCell; +typedef struct { + unsigned col, row; +} GridCoord; + + /** Abstract superclass of regular geometric grids of GridCells that Bits can be placed on. */ @interface Grid : GGBLayer {