mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-30 12:35:12 +00:00
9 lines
195 B
C++
9 lines
195 B
C++
#include "Project/Action/ActionAnimCtrl.h"
|
|
|
|
#include "Library/LiveActor/LiveActor.h"
|
|
|
|
namespace al {
|
|
ActionAnimCtrl::ActionAnimCtrl(LiveActor* actor) : mParentActor(actor) {}
|
|
|
|
} // namespace al
|