diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-27 00:12:24 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-27 13:00:37 +0200 |
| commit | ba5a3c642d834a04800c6c6bc84cab7fe04ea0e2 (patch) | |
| tree | ed777a2af2b074182ee30e3cd4080c80f6958502 /src/KingSystem/Utils/Thread/TaskData.h | |
| parent | b1926813b720b1f8088db62160cb60430b0b11f2 (diff) | |
ksys/res: Add ControlTask, TaskRequest
Diffstat (limited to 'src/KingSystem/Utils/Thread/TaskData.h')
| -rw-r--r-- | src/KingSystem/Utils/Thread/TaskData.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/KingSystem/Utils/Thread/TaskData.h b/src/KingSystem/Utils/Thread/TaskData.h new file mode 100644 index 00000000..68db7ce0 --- /dev/null +++ b/src/KingSystem/Utils/Thread/TaskData.h @@ -0,0 +1,11 @@ +#pragma once + +#include <prim/seadRuntimeTypeInfo.h> + +namespace ksys::util { + +class TaskData { + SEAD_RTTI_BASE(TaskData) +}; + +} // namespace ksys::util |
