MBCBoardViewModels.h   [plain text]


/*
	File:		MBCBoardViewModels.h
	Contains:	Piece model handling for OpenGL chess board view
	Version:	1.0
	Copyright:	© 2002 by Apple Computer, Inc., all rights reserved.
*/

#import "MBCBoardView.h"

@interface MBCBoardView ( Models )

- (void) generateModelLists;

@end

// Local Variables:
// mode:ObjC
// End: