(empfile,mission_flags,ship_ca,land_ca,plane_ca): Add mission flags table.
This commit is contained in:
parent
bee3f4aa88
commit
23f134aa75
4 changed files with 18 additions and 2 deletions
|
@ -224,6 +224,7 @@ extern struct symbol treaty_flags[];
|
|||
extern struct castr mdchr_ca[];
|
||||
extern struct symbol meta_type[];
|
||||
extern struct symbol meta_flags[];
|
||||
extern struct symbol mission_flags[];
|
||||
|
||||
/* src/lib/subs/nstr.c */
|
||||
extern int nstr_comp(struct nscstr *np, int len, int type, char *str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue