diff options
author | chai <chaifix@163.com> | 2021-10-26 11:27:58 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-26 11:27:58 +0800 |
commit | 32345800737b668011a87328cd3dcce59ec2934c (patch) | |
tree | e1bbd47ae775f1268447f1c1011ab10492ee9197 /Runtime/FileSystem/Unzip.h | |
parent | ef7aedf5f272c52247d8ee9522d7b2896d21af63 (diff) |
*misc
Diffstat (limited to 'Runtime/FileSystem/Unzip.h')
-rw-r--r-- | Runtime/FileSystem/Unzip.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Runtime/FileSystem/Unzip.h b/Runtime/FileSystem/Unzip.h index 45dcbb0..ca38193 100644 --- a/Runtime/FileSystem/Unzip.h +++ b/Runtime/FileSystem/Unzip.h @@ -1,3 +1,10 @@ #pragma once +#include "Runtime/Threading/Job.h" +class UnzipFilesJob : public Job +{ +public: + + +}; |