summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-03-14 17:29:59 +0100
committerLéo Lam <leo@leolam.fr>2021-03-14 17:29:59 +0100
commitbec661fb728a684f144c0760486a3ae61adfc101 (patch)
treedbc174baebcc26cc0e6c1045e8a80966d17b6ca9 /src/KingSystem/ActorSystem
parent7efbe9a071db67ec9eec8cac25236741c1952389 (diff)
ksys/act: Add a short description of BaseProcUnit
Diffstat (limited to 'src/KingSystem/ActorSystem')
-rw-r--r--src/KingSystem/ActorSystem/actBaseProcUnit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actBaseProcUnit.h b/src/KingSystem/ActorSystem/actBaseProcUnit.h
index 07ccbabb..4e406b9b 100644
--- a/src/KingSystem/ActorSystem/actBaseProcUnit.h
+++ b/src/KingSystem/ActorSystem/actBaseProcUnit.h
@@ -11,6 +11,8 @@ namespace ksys::act {
class BaseProc;
class BaseProcHandle;
+/// Glue code between a BaseProcHandle and its associated BaseProc.
+/// Used while a BaseProc is being created.
class BaseProcUnit {
public:
enum class Status : u32 {