- add libs/gamecode/builtins subdir, with libQFgamecode_builtins.la

- add .gitignore files
- fix building :)
This commit is contained in:
Adam Olsen 2001-08-21 22:34:20 +00:00
parent 9ea52e8239
commit 1314c89b6c
10 changed files with 2190 additions and 4 deletions

View file

@ -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