mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 20:50:42 +00:00
expr_t forward declaration fix
This commit is contained in:
parent
4c8e157db2
commit
c50923fa6f
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void copy_struct_fields (struct type_s *dst, struct type_s *src);
|
|||
int emit_struct (struct type_s *strct, const char *name);
|
||||
|
||||
void process_enum (struct expr_s *enm);
|
||||
expr_t *get_enum (const char *name);
|
||||
struct expr_s *get_enum (const char *name);
|
||||
|
||||
void clear_structs (void);
|
||||
void clear_enums (void);
|
||||
|
|
Loading…
Reference in a new issue