mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-23 18:54:34 +00:00
rename tiny_obj_loader.h namespace to bt_tinyobj to avoid conflicts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user