16 lines
162 B
C++
16 lines
162 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace il2cpp
|
|
{
|
|
namespace os
|
|
{
|
|
namespace lumin
|
|
{
|
|
std::string PathForErrorLog();
|
|
std::string PathForOutputLog();
|
|
}
|
|
}
|
|
}
|