選択できるのは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