home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
util
/
mg-3b.lha
/
mg-3b
/
src.LZH
/
amiga
/
do_menu.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1990-05-23
|
322 b
|
22 lines
/*
* This controls generation of the code for handling menus. We need this code
* if either the BROWSER or the MENU are wanted.
*/
#ifndef BROWSER
#include "browser.h"
#endif
#ifndef MENU
#include "menu.h"
#endif
#ifdef MENU
#undef DO_MENU
#define DO_MENU
#endif
#ifdef BROWSER
#undef DO_MENU
#define DO_MENU
#endif