summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/ObjFileMtlImporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/ObjFileMtlImporter.h')
-rw-r--r--src/3rdparty/assimp/code/ObjFileMtlImporter.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/3rdparty/assimp/code/ObjFileMtlImporter.h b/src/3rdparty/assimp/code/ObjFileMtlImporter.h
index f2c1ba820..c9bcc9a9f 100644
--- a/src/3rdparty/assimp/code/ObjFileMtlImporter.h
+++ b/src/3rdparty/assimp/code/ObjFileMtlImporter.h
@@ -2,7 +2,8 @@
Open Asset Import Library (assimp)
----------------------------------------------------------------------
-Copyright (c) 2006-2016, assimp team
+Copyright (c) 2006-2017, assimp team
+
All rights reserved.
Redistribution and use of this software in source and binary forms,
@@ -41,6 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <vector>
#include <string>
+#include <assimp/defs.h>
struct aiColor3D;
struct aiString;
@@ -85,7 +87,7 @@ private:
/// Get illumination model from loaded data
void getIlluminationModel( int &illum_model );
/// Gets a float value from data.
- void getFloatValue( float &value );
+ void getFloatValue( ai_real &value );
/// Creates a new material from loaded data.
void createMaterial();
/// Get texture name from loaded data.
@@ -111,4 +113,4 @@ private:
} // Namespace Assimp
-#endif
+#endif // OBJFILEMTLIMPORTER_H_INC