home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume18
/
xmpb
/
part08
/
bits.h
next >
Wrap
C/C++ Source or Header
|
1993-07-12
|
268b
|
20 lines
struct menu_p {
char menu_name[40];
char menu_item[40][40];
char descr[40][480];
int cost[40];
struct menu_p *next;
};
struct menu_p *head, *curr;
#define ITEMS 0
#define WEAPONS 1
#define LS 7
#define RS 8
#define BS 9
#define ENERGY 10
#define NUMLRADS 9