home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
mnth0109.zip
/
Timur
/
menu.h
< prev
next >
Wrap
Text File
|
1993-06-07
|
508b
|
24 lines
/* MENU.H - Prototypes for menu functions
Copyright (c) 1992-1993 Timur Tabi
Copyright (c) 1992-1993 Fasa Corporation
The following trademarks are the property of Fasa Corporation:
BattleTech, CityTech, AeroTech, MechWarrior, BattleMech, and 'Mech.
The use of these trademarks should not be construed as a challenge to these marks.
*/
// Global variables
#ifdef MENU_C
int iMode=IDM_MODE_MOVE;
int iCurTer=0;
#else
extern int iMode,iCurTer;
#endif
void MainCommand(int iCmd);