2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-07 13:33:02 +00:00

Add implementation for ZCG cpp defines proxy

This commit is contained in:
Jan
2021-02-10 23:46:15 +01:00
parent f9ef7cc35b
commit 1822979a8b
6 changed files with 668 additions and 11 deletions

View File

@@ -7,6 +7,9 @@
class HeaderFileReader
{
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;