19 lines
394 B
C++
19 lines
394 B
C++
|
|
|
|
|
|
// this is a dummy - it is used to generate the precompiled header file.
|
|
|
|
#include "AssimpPCH.h"
|
|
|
|
|
|
|
|
|
|
static const char* LEGAL_INFORMATION =
|
|
|
|
"Open Asset Import Library (ASSIMP).\n\n"
|
|
|
|
"Licensed under a modified BSD license (http://assimp.sourceforge.net/main_license.html)\n"
|
|
"(c) ASSIMP Development Team, 2008\n"
|
|
"Hosted at SourceForge, http://assimp.sourceforge.net\n"
|
|
;
|