mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
- add libs/gamecode/builtins subdir, with libQFgamecode_builtins.la
- add .gitignore files - fix building :)
This commit is contained in:
parent
9ea52e8239
commit
1314c89b6c
10 changed files with 2190 additions and 4 deletions
|
@ -188,6 +188,12 @@ ddef_t *PR_Get_Local_Def (progs_t *pr, int offs);
|
|||
|
||||
extern struct cvar_s *pr_debug;
|
||||
|
||||
//
|
||||
// PR Cmds stuff
|
||||
//
|
||||
|
||||
void PR_Cmds_Init (void);
|
||||
|
||||
//============================================================================
|
||||
|
||||
#define MAX_STACK_DEPTH 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue