Forgot to clean up the commented out code (#45)

This commit is contained in:
petrie911
2024-03-16 16:02:50 -06:00
committed by GitHub
parent 3330d5bd39
commit 8465919ab7
4 changed files with 2 additions and 82 deletions
+1
View File
@@ -137,6 +137,7 @@ void Companion::ParseEnums(std::string& header) {
enumIndex++;
this->gEnums[enumName][enumIndex] = line;
}
}
}