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