mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-05 11:15:04 +00:00
9 lines
334 B
C++
9 lines
334 B
C++
#pragma once
|
|
|
|
#include "al/LiveActor/LiveActor.h"
|
|
|
|
namespace rs {
|
|
void createPlayerSklRetargettingInfo(al::LiveActor *,sead::Vector3f const&);
|
|
void initItemByPlacementInfo(al::LiveActor *, al::ActorInitInfo const &, bool);
|
|
float setShadowDropLength(al::LiveActor *,al::ActorInitInfo const&,char const*);
|
|
} // namespace rs
|