Mac Framework/MacApplication.h

/*
    File:       MacApplication.h
 
    Contains:   Functions that could be overridden in a specific application.
 
    Written by: DTS
 
    Copyright:  © 1994-1995 by Apple Computer, Inc., all rights reserved.
 
    Change History (most recent first):
 
       <1>      12/21/94    khs     first file
       
*/
 
 
#pragma once
 
 
// APPLICATION SPECIFIC ENUMS
// MENUS
enum eAppMenus {
    mTesting = 131
};
 
enum eTestingMenu {
    iMovieInfo =1, iTrackInfo, iVideoInfo, iSoundInfo, iTextInfo
};