[add] first
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
namespace il2cpp
|
||||
{
|
||||
namespace os
|
||||
{
|
||||
namespace lumin
|
||||
{
|
||||
namespace automation
|
||||
{
|
||||
void Bootstrap();
|
||||
void WaitForAppThread();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace il2cpp
|
||||
{
|
||||
namespace os
|
||||
{
|
||||
namespace lumin
|
||||
{
|
||||
std::string PathForErrorLog();
|
||||
std::string PathForOutputLog();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace il2cpp
|
||||
{
|
||||
namespace os
|
||||
{
|
||||
namespace lumin
|
||||
{
|
||||
extern std::string GetPackageName();
|
||||
extern std::string GetPackageTempPath();
|
||||
extern void LifecycleInit();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user