mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[godot] Fix friend classes in SpineSkeleton
This commit is contained in:
parent
73a38df355
commit
eccc04fc11
@ -61,6 +61,8 @@ class SpineSkeleton : public REFCOUNTED {
|
||||
friend class SpineTransformConstraint;
|
||||
friend class SpinePathConstraint;
|
||||
friend class SpineSlider;
|
||||
friend class SpineBonePose;
|
||||
friend class SpineBoneLocal;
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user