您最多选择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>