mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 06:27:43 +00:00
Properly cleanup Xorg in visigen, various fixes and cleanups in URDE, more CRidley imps
This commit is contained in:
@@ -284,11 +284,11 @@ public:
|
||||
bool GetValue(int frame, float& valOut) const override;
|
||||
};
|
||||
|
||||
class CRECEXT : public CRealElement {
|
||||
class CREExternalVar : public CRealElement {
|
||||
std::unique_ptr<CIntElement> x4_a;
|
||||
|
||||
public:
|
||||
CRECEXT(std::unique_ptr<CIntElement>&& a) : x4_a(std::move(a)) {}
|
||||
CREExternalVar(std::unique_ptr<CIntElement>&& a) : x4_a(std::move(a)) {}
|
||||
bool GetValue(int frame, float& valOut) const override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user