- unify naming of all header files. Obviously, this is a breaking change that affects all users.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1150 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2012-02-03 17:04:06 +00:00
parent f07901df9d
commit 6fa251c2f2
138 changed files with 333 additions and 337 deletions

View File

@@ -1,7 +1,7 @@
#ifndef AI_STROSTREAMLOGSTREAM_H_INC
#define AI_STROSTREAMLOGSTREAM_H_INC
#include "../include/assimp/LogStream.h"
#include "../include/assimp/LogStream.hpp"
#include <ostream>
namespace Assimp {