mirror of
https://github.com/zeldaret/botw
synced 2026-06-14 14:17:54 -04:00
ksys/act: Add more BaseProcMgr functions
This commit is contained in:
@@ -31,6 +31,8 @@ public:
|
||||
bool pushExtraJobs(sead::FixedSizeJQ* queue,
|
||||
const agl::utl::AtomicPtrArray<BaseProcJobLink>& links);
|
||||
|
||||
void clear() { mNumExtraJobs = 0; }
|
||||
|
||||
private:
|
||||
bool pushJobs(sead::FixedSizeJQ* queue, BaseProcJobLists* lists, int priority,
|
||||
bool should_reset_job_idx, JobType type);
|
||||
|
||||
Reference in New Issue
Block a user