|
|
@@ -33,7 +33,7 @@ class ValueAnimation;
|
|
|
struct VAnimEventFrame;
|
|
|
|
|
|
/// Base class for a value animation instance, which includes animation runtime information and updates the target object's value automatically.
|
|
|
-class ValueAnimationInfo : public RefCounted
|
|
|
+class URHO3D_API ValueAnimationInfo : public RefCounted
|
|
|
{
|
|
|
public:
|
|
|
/// Construct without target object.
|