summaryrefslogtreecommitdiff
path: root/Runtime/FileSystem/File.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-25 23:29:21 +0800
committerchai <chaifix@163.com>2021-10-25 23:29:21 +0800
commit7ecf913256fb396e3027aac3318d996a716a52ef (patch)
tree4540835c881a63b665e2a692bf30115fd29e8bb0 /Runtime/FileSystem/File.h
parent0816cd70ca1a213b6ed872bcf3c0bf0912473722 (diff)
+ job system
Diffstat (limited to 'Runtime/FileSystem/File.h')
-rw-r--r--Runtime/FileSystem/File.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Runtime/FileSystem/File.h b/Runtime/FileSystem/File.h
new file mode 100644
index 0000000..19e780d
--- /dev/null
+++ b/Runtime/FileSystem/File.h
@@ -0,0 +1,9 @@
+#pragma once
+#include "Runtime/Lua/LuaHelper.h"
+
+class File
+{
+public:
+
+
+};