diff options
Diffstat (limited to 'src/KingSystem/ActorSystem/actBaseProcHandle.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actBaseProcHandle.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
