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 00015 #ifndef _FCD_PARTICLE_MODIFIER_H_ 00016 #define _FCD_PARTICLE_MODIFIER_H_ 00017 00018 #ifndef _FCD_OBJECT_H_ 00019 #include "FCDocument/FCDObject.h" 00020 #endif // _FCD_OBJECT_H_ 00021 #ifndef _FCD_PARAMETER_ANIMATABLE_H_ 00022 #include "FCDocument/FCDParameterAnimatable.h" 00023 #endif // _FCD_PARAMETER_ANIMATABLE_H_ 00024 00025 #endif // _FCD_PARTICLE_MODIFIER_H_