Badminton-Scoreboard/Libraries/libil2cpp/include/os/FileSystemWatcher.h
2023-10-08 10:24:48 +08:00

13 lines
107 B
C++

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