mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 17:26:07 +00:00
@@ -27,7 +27,7 @@ public:
|
||||
|
||||
class CIntElement : public IElement {
|
||||
public:
|
||||
~CIntElement() override{};
|
||||
~CIntElement() {};
|
||||
virtual bool GetValue(int frame, int& valOut) const = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user