Renaming CrtFile* -> File*.

This commit is contained in:
Branimir Karadžić
2017-06-11 21:01:38 -07:00
parent b0697ec349
commit 525af7685e
6 changed files with 25 additions and 33 deletions

View File

@@ -851,7 +851,7 @@ int main(int _argc, const char* _argv[])
PrimitiveArray primitives;
bx::CrtFileWriter writer;
bx::FileWriter writer;
if (!bx::open(&writer, outFilePath) )
{
printf("Unable to open output file '%s'.", outFilePath);