1 /* 2 * Copyright 2006 Sony Computer Entertainment Inc. 3 * 4 * Licensed under the MIT Open Source License, for details please see license.txt or the website 5 * http://www.opensource.org/licenses/mit-license.php 6 * 7 */ 8 9 #ifndef __DAE_DOM__ 10 #define __DAE_DOM__ 11 12 class daeMetaElement; 13 class DAE; 14 15 daeMetaElement* initializeDomMeta(DAE& dae); 16 17 #endif //__DAE_DOM__ 18