2009-01-12 22:06:54 +00:00
|
|
|
|
2014-08-18 00:09:06 +00:00
|
|
|
/* This is just a small test to check whether Assimp's API compiles from C */
|
2009-01-12 22:06:54 +00:00
|
|
|
|
2012-04-22 23:00:44 +00:00
|
|
|
#include <assimp/postprocess.h>
|
|
|
|
#include <assimp/scene.h>
|
|
|
|
#include <assimp/version.h>
|
|
|
|
#include <assimp/config.h>
|
2014-05-11 14:50:35 +00:00
|
|
|
#include <assimp/cimport.h>
|
|
|
|
#include <assimp/cexport.h>
|