- corrected all local include paths so that there are no "additional include paths" necessary in the build configuration anymore

- wrote some further documentation text
- moved ObjFileParser.h to the code directory

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@23 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
ulfjorensen
2008-05-21 15:35:28 +00:00
parent 10dbe4e6a3
commit 71fa1b508e
18 changed files with 48 additions and 33 deletions

View File

@@ -1,11 +1,11 @@
#include "ObjFileImporter.h"
#include "ObjFileParser.h"
#include "ObjFileData.h"
#include "IOStream.h"
#include "IOSystem.h"
#include "aiMesh.h"
#include "aiScene.h"
#include "aiAssert.h"
#include "../include/IOStream.h"
#include "../include/IOSystem.h"
#include "../include/aiMesh.h"
#include "../include/aiScene.h"
#include "../include/aiAssert.h"
#include "MaterialSystem.h"
#include "DefaultLogger.h"