changeset 25 | b53fa38013fc |
parent 22 | 4cb50131788f |
child 29 | 0b1c315ffc64 |
1.1 --- a/Source/Grid.h Thu Jul 31 11:18:13 2008 -0700 1.2 +++ b/Source/Grid.h Fri Nov 21 09:31:57 2008 -0800 1.3 @@ -24,6 +24,11 @@ 1.4 @class GridCell; 1.5 1.6 1.7 +typedef struct { 1.8 + unsigned col, row; 1.9 +} GridCoord; 1.10 + 1.11 + 1.12 /** Abstract superclass of regular geometric grids of GridCells that Bits can be placed on. */ 1.13 @interface Grid : GGBLayer 1.14 {