mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 13:47:41 +00:00
@@ -22,19 +22,19 @@ private:
|
||||
class CVEParticleLocation : public CVectorElement {
|
||||
public:
|
||||
~CVEParticleLocation() override {}
|
||||
bool GetValue(int frame, CVector3f& valOut) const;
|
||||
bool GetValue(int frame, CVector3f& valOut) const override;
|
||||
};
|
||||
|
||||
class CVEParticleColor : public CVectorElement {
|
||||
public:
|
||||
~CVEParticleColor() override {}
|
||||
bool GetValue(int frame, CVector3f& valOut) const;
|
||||
bool GetValue(int frame, CVector3f& valOut) const override;
|
||||
};
|
||||
|
||||
class CVEParticleVelocity : public CVectorElement {
|
||||
public:
|
||||
~CVEParticleVelocity() override {}
|
||||
bool GetValue(int frame, CVector3f& valOut) const;
|
||||
bool GetValue(int frame, CVector3f& valOut) const override;
|
||||
};
|
||||
|
||||
class CVEParticleSystemOrientationFront : public CVectorElement {
|
||||
|
||||
Reference in New Issue
Block a user