Home
last modified time | relevance | path

Searched defs:flag_def_list_new (Results 1 – 1 of 1) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/globalincs/
H A Dpstypes.h212 struct flag_def_list_new { struct
213 const char* name; // The parseable representation of this flag
214 T def; // The flag definition for this flag
215 bool in_use; // Whether or not this flag is currently in use or obsolete
216 …ial; // Whether this flag requires special processing. See parse_string_flag_list<T, T> for details