2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:07:41 +00:00

Nearly all CParticleDataFactory implemented

This commit is contained in:
Jack Andersen
2016-02-05 14:34:40 -10:00
parent 85d5cbe9d2
commit 49e84c85fd
19 changed files with 1258 additions and 53 deletions

View File

@@ -48,6 +48,10 @@ public:
virtual bool GetValue(int frame, Zeus::CColor& colorOut) const=0;
};
class CEmitterElement : public IElement
{
};
}
#endif // __RETRO_IELEMENT_HPP__