mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
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:
parent
ac71d101d2
commit
10acad1ee4
7 changed files with 104 additions and 23 deletions
|
@ -46,3 +46,8 @@ void () main_menu =
|
|||
Menu_Item (54, 132, "", quit);
|
||||
Menu_End ();
|
||||
};
|
||||
|
||||
void () menu_init =
|
||||
{
|
||||
main_menu ();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue