diff options
| author | Léo Lam <leo@leolam.fr> | 2020-06-05 17:09:06 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-08-18 22:50:25 +0200 |
| commit | 2de366be0fa75e571c605e017b5604bccbdb75bf (patch) | |
| tree | b8044fc96bba792b1875067032da2fd4498a44a3 /src/KingSystem/ActorSystem/actBaseProcJob.cpp | |
Initial commit
Diffstat (limited to 'src/KingSystem/ActorSystem/actBaseProcJob.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actBaseProcJob.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actBaseProcJob.cpp b/src/KingSystem/ActorSystem/actBaseProcJob.cpp new file mode 100644 index 00000000..2b3801fa --- /dev/null +++ b/src/KingSystem/ActorSystem/actBaseProcJob.cpp @@ -0,0 +1,9 @@ +#include "KingSystem/ActorSystem/actBaseProcJob.h" + +namespace ksys::act { + +BaseProcJobLink::BaseProcJobLink(BaseProc* proc, u8 priority) + : TListNode(proc), mPriority(priority), mNewPriority(priority), mPriority2(3), + mNewPriority2(3) {} + +} // namespace ksys::act |
