More cleanup

This commit is contained in:
Kim Kulling
2017-02-28 16:37:07 +01:00
parent 5e2c846ca0
commit f312d8709e
27 changed files with 58 additions and 44 deletions

View File

@@ -41,8 +41,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Actually just a dummy, used by the compiler to build the precompiled header.
#include "./../include/assimp/version.h"
#include "./../include/assimp/scene.h"
#include <assimp/version.h>
#include <assimp/scene.h>
#include "ScenePrivate.h"
static const unsigned int MajorVersion = 3;
@@ -55,7 +55,7 @@ static const char* LEGAL_INFORMATION =
"Open Asset Import Library (Assimp).\n"
"A free C/C++ library to import various 3D file formats into applications\n\n"
"(c) 2008-2016, assimp team\n"
"(c) 2008-2017, assimp team\n"
"License under the terms and conditions of the 3-clause BSD license\n"
"http://assimp.sourceforge.net\n"
;