2023-02-10 15:13:26 +08:00

16 lines
162 B
C++

#pragma once
#include <string>
namespace il2cpp
{
namespace os
{
namespace lumin
{
std::string PathForErrorLog();
std::string PathForOutputLog();
}
}
}