BETA scene generator

This commit is contained in:
2023-02-05 19:15:06 -08:00
parent 6fb9fbbd2f
commit eacbaa54fe
7 changed files with 238 additions and 63 deletions

View File

@ -175,7 +175,7 @@ int main(int argc, char *argv[]) {
}
std::string filenameOut(argv[2]);
filenameOut += "/nlanguage_" + it->first + ".language";
filenameOut += "/language_" + it->first + ".language";
char *filenameOutC = (char *)malloc(sizeof(char) * (filenameOut.size() + 1));
if(filenameOutC == NULL) {