18 lines
359 B
C
18 lines
359 B
C
|
/*
|
||
|
* 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__
|