Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "util/refcount.h"
|
||||
|
||||
namespace scene {
|
||||
|
||||
class Node;
|
||||
|
||||
class Animator : public AtomicRefCounted {
|
||||
public:
|
||||
|
||||
virtual void animate(Node* node) = 0;
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user