MusicKit  0.0.0
PartRecorderPrivate.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 #ifndef __MK__PartRecorder_H___
00016 #define __MK__PartRecorder_H___
00017 
00018 #import "MKPartRecorder.h"
00019 
00020 /* Takes 2 args. Should be converted into a prototype. */
00021 extern void _MKSetScoreRecorderOfPartRecorder();
00022 
00023 
00024 
00025 #endif