changhong/xcode/Libraries/libil2cpp/include/os/Lumin/File.h

16 lines
162 B
C
Raw Normal View History

2025-06-20 11:52:54 +08:00
#pragma once
#include <string>
namespace il2cpp
{
namespace os
{
namespace lumin
{
std::string PathForErrorLog();
std::string PathForOutputLog();
}
}
}