mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Import indexed strings as text files
This commit is contained in:
@@ -308,6 +308,8 @@ namespace PortabilityLayer
|
||||
extension = ".bmp";
|
||||
validationRule = ResourceValidationRules::kBMP;
|
||||
}
|
||||
else if (resTypeID == ResTypeID('STR#'))
|
||||
extension = ".txt";
|
||||
|
||||
char resourceFile[64];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user