summaryrefslogtreecommitdiff
path: root/src/KingSystem/Utils/Thread/TaskQueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/Utils/Thread/TaskQueue.cpp')
-rw-r--r--src/KingSystem/Utils/Thread/TaskQueue.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/KingSystem/Utils/Thread/TaskQueue.cpp b/src/KingSystem/Utils/Thread/TaskQueue.cpp
new file mode 100644
index 00000000..cf76c768
--- /dev/null
+++ b/src/KingSystem/Utils/Thread/TaskQueue.cpp
@@ -0,0 +1,7 @@
+#include "KingSystem/Utils/Thread/TaskQueue.h"
+
+namespace ksys::util {
+
+TaskQueue::TaskQueue(sead::Heap* heap) : TaskQueueBase(heap), mCS(heap) {}
+
+} // namespace ksys::util