From 7e6fc1d35270bc180d4a02ec3075261513effcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 7 Feb 2021 00:59:56 +0100 Subject: ksys/act: Add BaseProcHandle static variable init function --- src/KingSystem/ActorSystem/actBaseProcHandle.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/KingSystem/ActorSystem/actBaseProcHandle.cpp') diff --git a/src/KingSystem/ActorSystem/actBaseProcHandle.cpp b/src/KingSystem/ActorSystem/actBaseProcHandle.cpp index 5603b5be..3db5c2b2 100644 --- a/src/KingSystem/ActorSystem/actBaseProcHandle.cpp +++ b/src/KingSystem/ActorSystem/actBaseProcHandle.cpp @@ -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 \ No newline at end of file +} // namespace ksys::act -- cgit v1.2.3