[add] first
This commit is contained in:
16
Libraries/libil2cpp/include/os/Lumin/Automation.h
Normal file
16
Libraries/libil2cpp/include/os/Lumin/Automation.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
namespace il2cpp
|
||||
{
|
||||
namespace os
|
||||
{
|
||||
namespace lumin
|
||||
{
|
||||
namespace automation
|
||||
{
|
||||
void Bootstrap();
|
||||
void WaitForAppThread();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
Libraries/libil2cpp/include/os/Lumin/File.h
Normal file
15
Libraries/libil2cpp/include/os/Lumin/File.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace il2cpp
|
||||
{
|
||||
namespace os
|
||||
{
|
||||
namespace lumin
|
||||
{
|
||||
std::string PathForErrorLog();
|
||||
std::string PathForOutputLog();
|
||||
}
|
||||
}
|
||||
}
|
||||
16
Libraries/libil2cpp/include/os/Lumin/Lifecycle.h
Normal file
16
Libraries/libil2cpp/include/os/Lumin/Lifecycle.h
Normal file
@@ -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