From bec661fb728a684f144c0760486a3ae61adfc101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 14 Mar 2021 17:29:59 +0100 Subject: [PATCH] ksys/act: Add a short description of BaseProcUnit --- src/KingSystem/ActorSystem/actBaseProcUnit.h | 2 ++ 1 file changed, 2 insertions(+) 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 {