mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
menu code now gets initialized (menu_init in the progs).
This commit is contained in:
parent
bb96a5b736
commit
ac71d101d2
7 changed files with 122 additions and 23 deletions
|
@ -168,6 +168,7 @@ pr_type_t *GetEdictFieldValue(progs_t *pr, edict_t *ed, const char *field);
|
|||
void PR_AddBuiltin (progs_t *pr, const char *name, builtin_proc builtin, int num);
|
||||
builtin_t *PR_FindBuiltin (progs_t *pr, const char *name);
|
||||
int PR_RelocateBuiltins (progs_t *pr);
|
||||
int PR_ResolveGlobals (progs_t *pr);
|
||||
|
||||
//
|
||||
// PR Strings stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue