mirror of https://github.com/zeldaret/botw.git
ksys/act: Add BaseProcHandle static variable init function
This commit is contained in:
parent
a6bd00c2de
commit
7e6fc1d352
|
|
@ -91734,7 +91734,7 @@
|
|||
0x00000071011bb7ec,sub_71011BB7EC,8,_ZN4ksys4util14StrTreeMapNode6erase_Ev
|
||||
0x00000071011bb7f4,sub_71011BB7F4,52,_ZN4sead10Delegate1RIN4ksys3act8BaseProcEPvbE6invokeES4_
|
||||
0x00000071011bb828,sub_71011BB828,92,_ZNK4sead10Delegate1RIN4ksys3act8BaseProcEPvbE5cloneEPNS_4HeapE
|
||||
0x00000071011bb884,sub_71011BB884,32,
|
||||
0x00000071011bb884,sub_71011BB884,32,_GLOBAL__sub_I_actBaseProcHandle.cpp
|
||||
0x00000071011bb8a4,BaseProcHandle::ctor,12,_ZN4ksys3act14BaseProcHandleC1Ev
|
||||
0x00000071011bb8b0,BaseProcHandle::actorReady,32,_ZN4ksys3act14BaseProcHandle9procReadyEv
|
||||
0x00000071011bb8d0,BaseProcHandle::hasActorAndFlags5,84,
|
||||
|
|
|
|||
|
Can't render this file because it is too large.
|
|
|
@ -1,7 +1,10 @@
|
|||
#include "KingSystem/ActorSystem/actBaseProcHandle.h"
|
||||
#include "KingSystem/Utils/InitTimeInfo.h"
|
||||
|
||||
namespace ksys::act {
|
||||
|
||||
static util::InitTimeInfo sInfo;
|
||||
|
||||
BaseProcHandle::BaseProcHandle() {
|
||||
mUnit = nullptr;
|
||||
mFlag = 0;
|
||||
|
|
@ -26,4 +29,4 @@ BaseProc* BaseProcHandle::getProc() {
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
} // namespace ksys::act
|
||||
} // namespace ksys::act
|
||||
|
|
|
|||
Loading…
Reference in New Issue