00001 /* Copyright 1988-1992, NeXT Inc. All rights reserved. */ 00002 /* 00003 $Id: ScorefilePerformerPrivate.h 13 1999-07-29 01:26:19Z leigh $ 00004 Defined In: The MusicKit 00005 */ 00006 /* 00007 $Log$ 00008 Revision 1.2 1999/07/29 01:25:57 leigh 00009 Added Win32 compatibility, CVS logs, SBs changes 00010 00011 */ 00012 #ifndef __MK__ScorefilePerformer_H___ 00013 #define __MK__ScorefilePerformer_H___ 00014 00015 #import "MKScorefilePerformer.h" 00016 @interface MKScorefilePerformer(Private) 00017 00018 -_newFilePartWithName:(NSString *)name; 00019 -_elements; 00020 -_setInfo:aInfo; 00021 00022 @end 00023 00024 00025 00026 #endif