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