TumblerSource/Tumbler_menus.h

// Tumbler_main.h
//
// the menu related function prototypes for the 
// Tumbler application
//
// Modification History
//
//  11/26/94        nick        initial cut - symantec proto_helper app, add defines
//                              moved DoDrawGrowIcon to Tumbler_windows
 
 
 
#ifndef _Tumbler_MENUS_H_
#define _Tumbler_MENUS_H_
 
/* Tumbler_menus.c */
void PrepareMenus(void);
void DoMenuCommand(long select);
 
#endif