mirror of
https://github.com/zeldaret/botw
synced 2026-05-31 17:31:53 -04:00
ksys/act: Add Actor getDummyBaseProcLink()
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
#include "KingSystem/ActorSystem/actActor.h"
|
||||
#include "KingSystem/ActorSystem/actActorParam.h"
|
||||
#include "KingSystem/ActorSystem/actBaseProcLink.h"
|
||||
|
||||
namespace ksys::act {
|
||||
|
||||
namespace {
|
||||
BaseProcLink sDummyBaseProcLink;
|
||||
} // namespace
|
||||
|
||||
BaseProcLink& getDummyBaseProcLink() {
|
||||
return sDummyBaseProcLink;
|
||||
}
|
||||
|
||||
const sead::SafeString& Actor::getProfile() const {
|
||||
return mActorParam->getProfile();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user