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