mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
qfprogs can now read the debug data
This commit is contained in:
parent
7985deefb8
commit
0b1d1ade73
5 changed files with 68 additions and 35 deletions
|
@ -332,6 +332,7 @@ struct progs_s {
|
|||
int (*prune_edict)(progs_t *pr, edict_t *ent);
|
||||
void (*free_edict)(progs_t *pr, edict_t *ent);
|
||||
|
||||
void *(*load_file)(progs_t *pr, const char *path);
|
||||
void *(*allocate_progs_mem)(progs_t *pr, int size);
|
||||
void (*free_progs_mem)(progs_t *pr, void *mem);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue