exporters

This commit is contained in:
inspectredc
2024-04-04 16:00:59 -06:00
committed by Lywx
parent 378575792b
commit 53eec1f33a
10 changed files with 216 additions and 3 deletions
+2
View File
@@ -163,6 +163,8 @@ void Companion::ParseEnums(std::string& header) {
void Companion::ExtractNode(YAML::Node& node, std::string& name, SWrapper* binary) {
std::ostringstream stream;
this->gCurrentWrapper = binary;
auto type = GetSafeNode<std::string>(node, "type");
std::transform(type.begin(), type.end(), type.begin(), ::toupper);