MusicKit  0.0.0
PartPerformerPrivate.h
00001 /* Copyright 1988-1992, NeXT Inc.  All rights reserved. */
00002 /*
00003   $Id$
00004   Defined In: The MusicKit
00005 */
00006 /*
00007 Modification history:
00008 
00009  $Log$
00010  Revision 1.2  1999/07/29 01:25:55  leigh
00011  Added Win32 compatibility, CVS logs, SBs changes
00012 
00013  daj/04/23/90 - Created from _musickit.h 
00014 
00015 */
00016 #ifndef __MK__PartPerformer_H___
00017 #define __MK__PartPerformer_H___
00018 
00019 #import "MKPartPerformer.h"
00020 
00021 /* Takes 2 args. Should be converted into a prototype. */
00022 extern void _MKSetScorePerformerOfPartPerformer();
00023 
00024 
00025 
00026 #endif