home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mnth0109.zip / Timur / menu.h < prev    next >
Text File  |  1993-06-07  |  508b  |  24 lines

  1. /* MENU.H - Prototypes for menu functions
  2.  
  3. Copyright (c) 1992-1993 Timur Tabi
  4. Copyright (c) 1992-1993 Fasa Corporation
  5.  
  6. The following trademarks are the property of Fasa Corporation:
  7. BattleTech, CityTech, AeroTech, MechWarrior, BattleMech, and 'Mech.
  8. The use of these trademarks should not be construed as a challenge to these marks.
  9. */
  10.  
  11. // Global variables
  12. #ifdef MENU_C
  13.  
  14. int iMode=IDM_MODE_MOVE;
  15. int iCurTer=0;
  16.  
  17. #else
  18.  
  19. extern int iMode,iCurTer;
  20.  
  21. #endif
  22.  
  23. void MainCommand(int iCmd);
  24.