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
|
@ -37,6 +37,7 @@ static const char rcsid[] =
|
|||
#include "QF/hash.h"
|
||||
#include "QF/plugin.h"
|
||||
#include "QF/progs.h"
|
||||
#include "QF/render.h"
|
||||
#include "QF/vfs.h"
|
||||
|
||||
typedef struct menu_pic_s {
|
||||
|
@ -214,6 +215,8 @@ Menu_Init (void)
|
|||
PR_AddBuiltin (&menu_pr_state, "Menu_Item", bi_Menu_Item, -1);
|
||||
PR_AddBuiltin (&menu_pr_state, "Menu_Cursor", bi_Menu_Cursor, -1);
|
||||
PR_AddBuiltin (&menu_pr_state, "Menu_End", bi_Menu_End, -1);
|
||||
|
||||
R_Progs_Init (&menu_pr_state);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue