changhong_newclient/web_xcode/Libraries/libil2cpp/include/os/FileSystemWatcher.h

13 lines
107 B
C
Raw Normal View History

2025-05-24 14:29:14 +08:00
#pragma once
namespace il2cpp
{
namespace os
{
namespace FileSystemWatcher
{
int IsSupported();
}
}
}