rename tiny_obj_loader.h namespace to bt_tinyobj to avoid conflicts

This commit is contained in:
Erwin Coumans
2022-02-24 08:32:34 -08:00
parent 256fe2ec70
commit 9bfca83a8f
12 changed files with 64 additions and 64 deletions

View File

@@ -31,7 +31,7 @@
#include "tiny_obj_loader.h"
#include <stdio.h>
namespace tinyobj
namespace bt_tinyobj
{
#ifdef USE_STREAM
//See http://stackoverflow.com/questions/6089231/getting-std-ifstream-to-handle-lf-cr-and-crlf
@@ -880,4 +880,4 @@ LoadObj(
return err.str();
}
}; // namespace tinyobj
}; // namespace bt_tinyobj