diff -r 4cb50131788f -r b53fa38013fc Source/Grid.h --- a/Source/Grid.h Thu Jul 31 11:18:13 2008 -0700 +++ b/Source/Grid.h Fri Nov 21 09:31:57 2008 -0800 @@ -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 {