summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/SIBImporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/SIBImporter.h')
-rw-r--r--src/3rdparty/assimp/code/SIBImporter.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/3rdparty/assimp/code/SIBImporter.h b/src/3rdparty/assimp/code/SIBImporter.h
index d82a40da0..e7e2ec0b9 100644
--- a/src/3rdparty/assimp/code/SIBImporter.h
+++ b/src/3rdparty/assimp/code/SIBImporter.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,
@@ -53,15 +54,13 @@ namespace Assimp {
// ---------------------------------------------------------------------------
/** Importer class for the Nevercenter Silo SIB scene format
*/
-class SIBImporter : public BaseImporter
+class ASSIMP_API SIBImporter : public BaseImporter
{
public:
SIBImporter();
~SIBImporter();
-
public:
-
// -------------------------------------------------------------------
/** Returns whether the class can handle the format of the given file.
* See BaseImporter::CanRead() for details.
@@ -70,7 +69,6 @@ public:
bool checkSig) const;
protected:
-
// -------------------------------------------------------------------
/** Return importer meta information.
* See #BaseImporter::GetInfo for the details
@@ -85,7 +83,6 @@ protected:
IOSystem* pIOHandler);
private:
-
struct MeshInformation
{
explicit MeshInformation(const std::string& _name)