metaforce/Runtime/Particle/CEmitterElement.cpp

19 lines
344 B
C++
Raw Normal View History

2016-02-16 05:50:41 +00:00
#include "CEmitterElement.hpp"
namespace pshag
{
bool CEESimpleEmitter::GetValue(int frame, Zeus::CVector3f& pPos, Zeus::CVector3f& pVel) const
{
}
bool CVESphere::GetValue(int frame, Zeus::CVector3f& pPos, Zeus::CVector3f& pVel) const
{
}
bool CVEAngleSphere::GetValue(int frame, Zeus::CVector3f& pPos, Zeus::CVector3f& pVel) const
{
}
}