2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:47:43 +00:00

More CElementGen implementation

This commit is contained in:
Jack Andersen
2016-02-10 16:36:21 -10:00
parent 29d813453d
commit 0803c1bfc9
5 changed files with 365 additions and 51 deletions

View File

@@ -50,6 +50,8 @@ public:
class CEmitterElement : public IElement
{
public:
virtual bool GetValue(int frame, Zeus::CVector3f& pPos, Zeus::CVector3f& pVel) const=0;
};
}