summaryrefslogtreecommitdiff
path: root/Editor/FileSystem/FileWatcher.h
blob: ff21e5eaf18c79f7ad9156c545412bb01aa9046b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include <string>
#include "Runtime/Threading/Thread.h"

// ���ij��ָ���ļ����е��ļ������ļ����Ƿ񱻱䶯����
class FileWatcher : public Thread
{
public:


private: 
    std::string m_WorkingDirectory;


};