Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

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