changeset 7 | 428a194e3e59 |
parent 1 | 3eb7be1dd7b6 |
child 11 | 436cbdf56810 |
1.1 --- a/Source/Grid.h Mon Mar 10 17:30:57 2008 -0700 1.2 +++ b/Source/Grid.h Sun Mar 16 15:06:47 2008 -0700 1.3 @@ -67,6 +67,7 @@ 1.4 /** Removes a particular cell, leaving a blank space. */ 1.5 - (void) removeCellAtRow: (unsigned)row column: (unsigned)col; 1.6 1.7 +- (GridCell*) cellWithName: (NSString*)identifier; 1.8 1.9 // protected: 1.10 - (GridCell*) createCellAtRow: (unsigned)row column: (unsigned)col