implement animation panel interaction
This commit is contained in:
@@ -95,6 +95,7 @@ enum class kWidget : uint16_t
|
||||
Changelog = const_hash("changelog"),
|
||||
UserManual = const_hash("usermanual"),
|
||||
ToolBucket = const_hash("tool-bucket"),
|
||||
Timeline = const_hash("timeline"),
|
||||
};
|
||||
|
||||
class Node : public std::enable_shared_from_this<Node>
|
||||
|
||||
Reference in New Issue
Block a user