mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix a couple struct forward ref issues
This commit is contained in:
parent
f87a5d14e2
commit
16e4964a31
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ typedef struct reloc_s {
|
|||
} reloc_t;
|
||||
|
||||
struct statement_s;
|
||||
struct def_s;
|
||||
struct function_s;
|
||||
|
||||
reloc_t *new_reloc (int ofs, reloc_type type);
|
||||
void relocate_refs (reloc_t *refs, int ofs);
|
||||
|
|
Loading…
Reference in a new issue