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.

	File Ownership:

		DRI:				Matthias Neeracher    x43683

	Writers:

		(MN)	Matthias Neeracher

	Change History (most recent first):

		$Log: MBCBoardViewModels.h,v $
		Revision 1.1  2002/08/22 23:47:06  neeri
		Initial Checkin
		
*/

#import "MBCBoardView.h"

@interface MBCBoardView ( Models )

- (void) generateModelLists;

@end

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