// // PXMatrix.h // FOOMY // // Created by Joe Osborn on Mon Apr 12 2004. // Copyright (c) 2004 Open Sword Group. All rights reserved. // #import @interface PXColorPaletteMatrix : NSMatrix { // id leftSelectedCell, rightSelectedCell; } //- (void)leftSelectCellAtRow:(int)row column:(int)column; //- (void)rightSelectCellAtRow:(int)row column:(int)column; @end