diff options
| author | Léo Lam <leo@leolam.fr> | 2021-03-14 17:29:59 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-03-14 17:29:59 +0100 |
| commit | bec661fb728a684f144c0760486a3ae61adfc101 (patch) | |
| tree | dbc174baebcc26cc0e6c1045e8a80966d17b6ca9 /src/KingSystem/ActorSystem | |
| parent | 7efbe9a071db67ec9eec8cac25236741c1952389 (diff) | |
ksys/act: Add a short description of BaseProcUnit
Diffstat (limited to 'src/KingSystem/ActorSystem')
| -rw-r--r-- | src/KingSystem/ActorSystem/actBaseProcUnit.h | 2 |
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 { |
