diff options
Diffstat (limited to 'Runtime/FileSystem/FileJobs.h')
-rw-r--r-- | Runtime/FileSystem/FileJobs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Runtime/FileSystem/FileJobs.h b/Runtime/FileSystem/FileJobs.h index 1fe49f1..cae5341 100644 --- a/Runtime/FileSystem/FileJobs.h +++ b/Runtime/FileSystem/FileJobs.h @@ -22,4 +22,5 @@ public: std::vector<std::string> files; // 文件路径 LuaBind::StrongRef callback; // 完成后的回调函数 -};
\ No newline at end of file +}; + |