home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
util
/
edit
/
mg
/
src.lzh
/
amiga
/
do_menu.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-05-23
|
322b
|
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