ksys/act: Implement BaseProcLink

This commit is contained in:
Léo Lam
2020-08-20 13:15:12 +02:00
parent f92ab2f559
commit afde5b2775
12 changed files with 303 additions and 163 deletions
@@ -33,7 +33,8 @@ void ActorLinkConstDataAccess::debugLog(s32, const sead::SafeString&) {
// Intentionally left empty.
}
bool acquireProc(ActorLinkConstDataAccess* accessor, BaseProc* proc, const sead::SafeString& from) {
bool acquireProc(ActorLinkConstDataAccess* accessor, BaseProc* proc, const sead::SafeString& from,
s32) {
bool acquired = false;
if (accessor) {