mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 18:30:52 +01:00
8 lines
197 B
C
8 lines
197 B
C
#pragma once
|
|
|
|
struct AnimationGraphDescriptorManager;
|
|
|
|
struct AnimationGraphDescriptor_CowRootBehavior
|
|
{
|
|
AnimationGraphDescriptor_CowRootBehavior(AnimationGraphDescriptorManager& aManager);
|
|
};
|