Centralize legacy animation bridge
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
|
||||
class Layer;
|
||||
|
||||
namespace pp::panopainter {
|
||||
class LegacyDocumentAnimationServices;
|
||||
}
|
||||
|
||||
namespace pp::app {
|
||||
struct DocumentAnimationPanelState;
|
||||
struct DocumentAnimationOperationPlan;
|
||||
@@ -52,6 +56,8 @@ public:
|
||||
|
||||
class NodePanelAnimation : public Node
|
||||
{
|
||||
friend class pp::panopainter::LegacyDocumentAnimationServices;
|
||||
|
||||
NodeButtonCustom* btn_next = nullptr;
|
||||
NodeButtonCustom* btn_prev = nullptr;
|
||||
NodeButtonCustom* btn_play = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user