Import indexed strings as text files

This commit is contained in:
elasota
2020-01-24 02:41:42 -05:00
parent 9e9a79c4b7
commit 7cb6994f90
3 changed files with 100 additions and 9 deletions

View File

@@ -308,6 +308,8 @@ namespace PortabilityLayer
extension = ".bmp";
validationRule = ResourceValidationRules::kBMP;
}
else if (resTypeID == ResTypeID('STR#'))
extension = ".txt";
char resourceFile[64];