選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

10 行
246 B

  1. // This is just a small test to check whether Assimp's API compiles from C
  2. #include <assimp/postprocess.h>
  3. #include <assimp/scene.h>
  4. #include <assimp/version.h>
  5. #include <assimp/config.h>
  6. #include <assimp/cimport.h>
  7. #include <assimp/cexport.h>