diff -r 3eb7be1dd7b6 -r 428a194e3e59 Source/Grid.h --- a/Source/Grid.h Mon Mar 10 17:30:57 2008 -0700 +++ b/Source/Grid.h Sun Mar 16 15:06:47 2008 -0700 @@ -67,6 +67,7 @@ /** Removes a particular cell, leaving a blank space. */ - (void) removeCellAtRow: (unsigned)row column: (unsigned)col; +- (GridCell*) cellWithName: (NSString*)identifier; // protected: - (GridCell*) createCellAtRow: (unsigned)row column: (unsigned)col