pub fn parse_config_variables(
header_source: &str,
) -> Result<Vec<ConfigEntry>, ParseError<usize, Token, LexicalError>>Expand description
Parses the given header file containing the MACRO_CONFIG_XXX options.
Usually at src/engine/shared/config_variables.h