changhong/xcode/Libraries/libil2cpp/include/os/FileSystemWatcher.h

13 lines
107 B
C++

#pragma once
namespace il2cpp
{
namespace os
{
namespace FileSystemWatcher
{
int IsSupported();
}
}
}