blob: bbb47c232ed5c4aaf7279e5937451c41faf6c0c3 [file] [log] [blame]
/*
* 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
*
*/
#ifndef __DAE_DOM__
#define __DAE_DOM__
class daeMetaElement;
class DAE;
daeMetaElement* initializeDomMeta(DAE& dae);
#endif //__DAE_DOM__