home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d352
/
mg.lha
/
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