first tie-in for the renderer (Draw_Pic: the interface will likely change

to better match the real interface, but this will do for now)
This commit is contained in:
Bill Currie 2002-01-18 22:35:46 +00:00
parent ac71d101d2
commit 10acad1ee4
7 changed files with 104 additions and 23 deletions

View file

@ -46,3 +46,8 @@ void () main_menu =
Menu_Item (54, 132, "", quit);
Menu_End ();
};
void () menu_init =
{
main_menu ();
};