class Menu : Object native
{
//native static int MenuTime();
native virtual bool MenuEvent (int mkey, bool fromcontroller);
void MenuSound(Sound snd)
{
S_Sound (snd, CHAN_VOICE | CHAN_UI, snd_menuvolume, ATTN_NONE);
}
}
class MenuDescriptor : Object native
{
native Name mMenuName;
native String mNetgameMessage;
native Class