hexen2/H2W/Client/menu.h
2000-11-10 00:00:00 +00:00

25 lines
540 B
C

//
// the net drivers should just set the apropriate bits in m_activenet,
// instead of having the menu code look through their internal tables
//
#define MNET_IPX 1
#define MNET_TCP 2
extern int m_activenet;
extern char *plaquemessage; // Pointer to current plaque
extern char *errormessage; // Pointer to current plaque
extern char BigCharWidth[27][27];
//
// menus
//
void M_Init (void);
void M_Keydown (int key);
void M_Draw (void);
void M_ToggleMenu_f (void);
qpic_t *M_CachePic (char *path);