1 /*
2     Copyright (c) 2008-2009 NetAllied Systems GmbH
3 
4     This file is part of COLLADASaxFrameworkLoader.
5 
6     Licensed under the MIT Open Source License,
7     for details please see LICENSE file or the website
8     http://www.opensource.org/licenses/mit-license.php
9 */
10 
11 #include "COLLADASaxFWLStableHeaders.h"
12 #include "COLLADASaxFWLTypes.h"
13 
14 
15 namespace COLLADASaxFWL
16 {
17 
18 	const AnimationInfo AnimationInfo::INVALID = { COLLADAFW::UniqueId::INVALID, COLLADAFW::AnimationList::UNKNOWN_CLASS};
19 
20 
21 } // namespace COLLADASaxFWL
22