(empfile,mission_flags,ship_ca,land_ca,plane_ca): Add mission flags table.

This commit is contained in:
Ron Koenderink 2005-11-06 13:43:09 +00:00
parent bee3f4aa88
commit 23f134aa75
4 changed files with 18 additions and 2 deletions

View file

@ -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);