new stuff
This commit is contained in:
parent
8998bc3936
commit
64c8492e5c
6907 changed files with 3401899 additions and 0 deletions
9
assimp/test/unit/CCompilerTest.c
Normal file
9
assimp/test/unit/CCompilerTest.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
/* This is just a small test to check whether Assimp's API compiles from C */
|
||||
|
||||
#include <assimp/postprocess.h>
|
||||
#include <assimp/scene.h>
|
||||
#include <assimp/version.h>
|
||||
#include <assimp/config.h>
|
||||
#include <assimp/cimport.h>
|
||||
#include <assimp/cexport.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue