2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-01-11 11:11:50 +00:00

chore: small code adjustments for generation code in zcg

This commit is contained in:
Jan Laupetin
2025-04-28 09:36:56 +02:00
committed by Jan
parent d94a004433
commit 2eefad105e
4 changed files with 16 additions and 18 deletions

View File

@@ -21,6 +21,5 @@ private:
static bool GetAssetWithName(IDataRepository* repository, const std::string& name, StructureInformation*& asset);
const ZoneCodeGeneratorArguments* m_args;
std::unordered_map<std::string, std::unique_ptr<ICodeTemplate>> m_template_mapping;
};