From c23f86e6d5aaba7bd85790fc0f206f0db5e739cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 12 Mar 2021 19:30:37 +0100 Subject: ksys/act: Add BaseProcCreateTaskSelector --- src/KingSystem/Utils/Thread/TaskQueueBase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/KingSystem/Utils/Thread/TaskQueueBase.h') diff --git a/src/KingSystem/Utils/Thread/TaskQueueBase.h b/src/KingSystem/Utils/Thread/TaskQueueBase.h index bdc7503f..e90d4a24 100644 --- a/src/KingSystem/Utils/Thread/TaskQueueBase.h +++ b/src/KingSystem/Utils/Thread/TaskQueueBase.h @@ -26,6 +26,8 @@ struct TaskSelectionContext { }; using TaskSelectionDelegate = sead::IDelegate1R; +template +using TaskSelectionDelegateT = sead::Delegate1R; class TaskQueueBase { SEAD_RTTI_BASE(TaskQueueBase) -- cgit v1.2.3