diff options
author | chai <chaifix@163.com> | 2021-10-25 23:29:21 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-25 23:29:21 +0800 |
commit | 7ecf913256fb396e3027aac3318d996a716a52ef (patch) | |
tree | 4540835c881a63b665e2a692bf30115fd29e8bb0 /Runtime/FileSystem/FileSystem.h | |
parent | 0816cd70ca1a213b6ed872bcf3c0bf0912473722 (diff) |
+ job system
Diffstat (limited to 'Runtime/FileSystem/FileSystem.h')
-rw-r--r-- | Runtime/FileSystem/FileSystem.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Runtime/FileSystem/FileSystem.h b/Runtime/FileSystem/FileSystem.h deleted file mode 100644 index aae39c1..0000000 --- a/Runtime/FileSystem/FileSystem.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef FILESYSTEM_H -#define FILESYSTEM_H - -#include <string> - -class FileSystem -{ -public: - std::string GetDataPath(); - std::string GetPersistentPath(); - std::string GetTempPath(); - -private: - FileSystem(); - - static FileSystem* m_Instance; - - friend FileSystem& GetFileSystem(); - -}; - -FileSystem& GetFileSystem(); - -#endif
\ No newline at end of file |