/* Copyright (c) 2008-2009 NetAllied Systems GmbH This file is part of COLLADASaxFrameworkLoader. Licensed under the MIT Open Source License, for details please see LICENSE file or the website http://www.opensource.org/licenses/mit-license.php */ #include "COLLADASaxFWLStableHeaders.h" #include "COLLADASaxFWLIParserImpl14.h" #include "COLLADASaxFWLFileLoader.h" namespace COLLADASaxFWL { //----------------------------- IParserImpl14::IParserImpl14() : IParserImpl( COLLADA_14 ) { } }