summaryrefslogtreecommitdiff
path: root/Runtime/FileSystem
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-31 17:13:50 +0800
committerchai <chaifix@163.com>2021-10-31 17:13:50 +0800
commit4b24de9ef863f54eb09a5fa1f18e2905cedcc439 (patch)
tree71a816c891ea355529a6a4e0665e0137b4f4810e /Runtime/FileSystem
parent601442f94fc0dcfdc5a117c5f87d90b156d53045 (diff)
+ shader command
Diffstat (limited to 'Runtime/FileSystem')
-rw-r--r--Runtime/FileSystem/FileJobs.h3
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
+};
+