Files
RedHotRoast-ios/HybridCLRData/StrippedAOTDllsTempProj/iOS/Il2CppOutputProject/IL2CPP/libil2cpp/os/FileSystemWatcher.h
T

13 lines
107 B
C++
Raw Normal View History

2026-07-17 14:03:00 +08:00
#pragma once
namespace il2cpp
{
namespace os
{
namespace FileSystemWatcher
{
int IsSupported();
}
}
}