|
@@ -53,6 +53,7 @@ struct aiNode;
|
|
|
|
|
|
namespace Assimp {
|
|
|
|
|
|
+#ifndef ASSIMP_BUILD_NO_3DS_IMPORTER
|
|
|
|
|
|
// --------------------------------------------------------------------------------
|
|
|
/** Importer class for the 3DS ASE ASCII format.
|
|
@@ -63,9 +64,6 @@ public:
|
|
|
ASEImporter();
|
|
|
~ASEImporter();
|
|
|
|
|
|
-
|
|
|
-public:
|
|
|
-
|
|
|
// -------------------------------------------------------------------
|
|
|
/** Returns whether the class can handle the format of the given file.
|
|
|
* See BaseImporter::CanRead() for details.
|
|
@@ -201,6 +199,9 @@ protected:
|
|
|
bool noSkeletonMesh;
|
|
|
};
|
|
|
|
|
|
+#endif // ASSIMP_BUILD_NO_3DS_IMPORTER
|
|
|
+
|
|
|
} // end of namespace Assimp
|
|
|
|
|
|
+
|
|
|
#endif // AI_3DSIMPORTER_H_INC
|