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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user