/* TrackAttributeDialog.h */

#ifndef Included_TrackAttributeDialog_h
#define Included_TrackAttributeDialog_h

/* TrackAttributeDialog module depends on */
/* MiscInfo.h */
/* Audit */
/* Debug */
/* Definitions */
/* Screen */
/* Memory */
/* Alert */
/* TextEdit */
/* SimpleButton */
/* TrackObject */
/* Main */
/* WrapTextBox */
/* Numbers */
/* RadioButton */
/* NoteObject */

/* forwards */
struct TrackObjectRec;

/* this routine asks the user for the instrument name and track name associated */
/* with a track.  It takes the track object as an argument, so it worries about */
/* the updating and cancelling & all that. */
void								TrackAttributeDialog(struct TrackObjectRec* TheTrackThing);

#endif
