IFC: introduce new namespace fpr IFC-schema2x3

This commit is contained in:
Kim Kulling
2018-01-13 10:27:45 +01:00
parent abb09cc1d8
commit cecab969c6
26 changed files with 24651 additions and 630 deletions

View File

@@ -169,7 +169,7 @@ corresponding preprocessor flag to selectively disable formats.
# include "NDOLoader.h"
#endif
#ifndef ASSIMP_BUILD_NO_IFC_IMPORTER
# include "IFCLoader.h"
# include "Importer/IFC/IFCLoader.h"
#endif
#ifndef ASSIMP_BUILD_NO_XGL_IMPORTER
# include "XGLLoader.h"