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