9 ExportResult Export(std::ostream& write, std::shared_ptr<IParsedData> raw, std::string& entryName,
10 YAML::Node& node, std::string* replacement)
override {
11 const auto symbol = GetSafeNode(node,
"symbol", entryName);
13 if (Companion::Instance->IsOTRMode()) {
14 write <<
"static const ALIGN_ASSET(2) char " << symbol <<
"[] = \"__OTR__" << (*replacement) <<
"\";\n\n";