您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

18 行
328 B

  1. // #ifndef ASSIMP_BUILD_SINGLETHREADED
  2. // # include <boost/thread.hpp>
  3. // #endif
  4. // We need to be sure to have the same STL settings as Assimp
  5. #include <AssimpPCH.h>
  6. #include <assimp/cimport.h>
  7. // CPPUNIT
  8. #include <cppunit/TestFixture.h>
  9. #include <cppunit/extensions/HelperMacros.h>
  10. #include <math.h>
  11. #undef min
  12. #undef max