Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

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