You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
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>