ios-unity/Libraries/libil2cpp/include/os/FileSystemWatcher.h
2022-07-11 13:33:51 +08:00

13 lines
107 B
C++

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