2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 02:27:42 +00:00

Remove CVESPOS

Fix CVEPSO*
This commit is contained in:
2016-02-17 00:37:12 -08:00
parent ae88e719ff
commit f70577dc2b
3 changed files with 9 additions and 29 deletions

View File

@@ -147,15 +147,6 @@ public:
bool GetValue(int frame, Zeus::CVector3f& valOut) const;
};
class CVESPOS : public CVectorElement
{
std::unique_ptr<CVectorElement> x4_a;
public:
CVESPOS(CVectorElement* a)
: x4_a(a) {}
bool GetValue(int frame, Zeus::CVector3f& valOut) const;
};
class CVEPLCO : public CVectorElement
{
public: