From 42ec7286b2d36a9ba22925f816a17cb1cc2aa5ce Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 30 Oct 2021 11:32:16 +0800 Subject: + Penlight --- Runtime/FileSystem/FileWatcher.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Runtime/FileSystem/FileWatcher.h (limited to 'Runtime/FileSystem/FileWatcher.h') diff --git a/Runtime/FileSystem/FileWatcher.h b/Runtime/FileSystem/FileWatcher.h deleted file mode 100644 index 4626c0a..0000000 --- a/Runtime/FileSystem/FileWatcher.h +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once - -#include -#include "Runtime/Threading/Thread.h" - -// 检查某个指定文件夹中的文件或子文件夹是否被变动过。 -class FileWatcher : public Thread -{ -public: - - -private: - std::string m_WorkingDirectory; - - -}; \ No newline at end of file -- cgit v1.1-26-g67d0