25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

18 satır
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