Add c preprocessor proxies to command file parser to support defines and include

This commit is contained in:
Jan
2021-02-11 11:51:06 +01:00
parent 1822979a8b
commit 751cb2cd6e
3 changed files with 47 additions and 1 deletions

View File

@ -7,6 +7,9 @@
class CommandsFileReader
{
static constexpr const char* ZONE_CODE_GENERATOR_DEFINE_NAME = "__zonecodegenerator";
static constexpr const char* ZONE_CODE_GENERATOR_DEFINE_VALUE = "1";
const ZoneCodeGeneratorArguments* m_args;
std::string m_filename;