- compiler error fixes for sample programs

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1171 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
jonathanklein
2012-02-18 10:53:58 +00:00
parent f41e106efc
commit 6852eb6ffe
4 changed files with 19 additions and 18 deletions

View File

@@ -13,9 +13,9 @@
#include "GL/glut.h"
// assimp include files. These three are usually needed.
#include "assimp.h"
#include "aiPostProcess.h"
#include "aiScene.h"
#include "assimp/cimport.h"
#include "assimp/PostProcess.h"
#include "assimp/Scene.h"
// the global Assimp scene object
const struct aiScene* scene = NULL;