00001 /* 00002 Copyright (C) 2005-2007 Feeling Software Inc. 00003 Portions of the code are: 00004 Copyright (C) 2005-2007 Sony Computer Entertainment America 00005 00006 MIT License: http://www.opensource.org/licenses/mit-license.php 00007 */ 00008 00016 #ifndef _FCD_EMITTER_OBJECT_H_ 00017 #define _FCD_EMITTER_OBJECT_H_ 00018 00019 #ifndef _FCD_OBJECT_H_ 00020 #include "FCDocument/FCDObject.h" 00021 #endif // _FCD_OBJECT_H_ 00022 #ifndef _FCD_PARAMETER_ANIMATABLE_H_ 00023 #include "FCDocument/FCDParameterAnimatable.h" 00024 #endif // _FCD_PARAMETER_ANIMATABLE_H_ 00025 00026 class FCDGeometry; 00027 class FCDEntityReference; 00028 class FUUri; 00029 00030 #endif