mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
fix an API snafu (oops:)
This commit is contained in:
parent
c66bc5a6eb
commit
c76f7d88ce
2 changed files with 3 additions and 3 deletions
|
@ -205,7 +205,7 @@ void *PR_Resources_Find (progs_t *pr, const char *name);
|
|||
|
||||
void PR_Zone_Init (progs_t *pr);
|
||||
void PR_Zone_Free (progs_t *pr, void *ptr);
|
||||
void PR_Zone_Malloc (progs_t *pr, int size);
|
||||
void *PR_Zone_Malloc (progs_t *pr, int size);
|
||||
|
||||
//
|
||||
// PR Debug stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue