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

13 lines
107 B
C
Raw Permalink Normal View History

2025-09-22 17:27:49 +08:00
#pragma once
namespace il2cpp
{
namespace os
{
namespace FileSystemWatcher
{
int IsSupported();
}
}
}