mirror of https://github.com/zeldaret/botw.git
ksys/act: Add a short description of BaseProcUnit
This commit is contained in:
parent
7efbe9a071
commit
bec661fb72
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue