ref: 4f4a0b78514eabbd3d5c1e86a178bd3628d37435
dir: /menu.h/
// // 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; // // menus // void M_Init (void); void M_Keydown (int key); void M_Draw (void); void M_ToggleMenu_f (void);