14 lines
456 B
C++
14 lines
456 B
C++
|
|
/* --------------------------------------------------------------------------------
|
|
*
|
|
* Open Asset Import Library (ASSIMP) (http://assimp.sourceforge.net)
|
|
* Assimp2Java bridge
|
|
*
|
|
* Copyright (c) 2006-2009, ASSIMP Development Team
|
|
* All rights reserved. See the LICENSE file for more information.
|
|
*
|
|
* --------------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include "jbridge_pch.h"
|
|
using namespace Assimp; |