mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Renaming CrtFile* -> File*.
This commit is contained in:
@@ -663,7 +663,7 @@ int main(int _argc, const char* _argv[])
|
||||
}
|
||||
|
||||
bx::Error err;
|
||||
bx::CrtFileReader reader;
|
||||
bx::FileReader reader;
|
||||
if (!bx::open(&reader, inputFileName, &err) )
|
||||
{
|
||||
help("Failed to open input file.", err);
|
||||
@@ -695,7 +695,7 @@ int main(int _argc, const char* _argv[])
|
||||
|
||||
if (NULL != output)
|
||||
{
|
||||
bx::CrtFileWriter writer;
|
||||
bx::FileWriter writer;
|
||||
if (bx::open(&writer, outputFileName, false, &err) )
|
||||
{
|
||||
if (NULL != bx::strFindI(saveAs, "ktx") )
|
||||
|
||||
Reference in New Issue
Block a user