AssimpPCH.cpp 394 B

123456789101112131415161718
  1. // this is a dummy - it is used to generate the precompiled header file.
  2. #include "AssimpPCH.h"
  3. static const char* LEGAL_INFORMATION =
  4. "Open Asset Import Library (ASSIMP).\n\n"
  5. "Licensed under a modified BSD license (http://assimp.sourceforge.net/main_license.html)\n"
  6. "(c) ASSIMP Development Team, 2008\n"
  7. "Hosted at SourceForge, http://assimp.sourceforge.net\n"
  8. ;