/* * Copyright 2006 Sony Computer Entertainment Inc. * * Licensed under the MIT Open Source License, for details please see license.txt or the website * http://www.opensource.org/licenses/mit-license.php * */ #include #include #include #include daeMetaElement* initializeDomMeta(DAE& dae) { registerDomTypes(dae); return registerDomElements(dae); }