- 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:
@@ -2,10 +2,9 @@
|
||||
#include "ObjTools.h"
|
||||
#include "ObjFileData.h"
|
||||
#include "DefaultIOSystem.h"
|
||||
#include "IOStream.h"
|
||||
#include "aiTypes.h"
|
||||
#include "aiVector3D.h"
|
||||
#include "aiAssert.h"
|
||||
#include "../include/IOStream.h"
|
||||
#include "../include/aiTypes.h"
|
||||
#include "../include/aiAssert.h"
|
||||
#include "fast_atof.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user