17 lines
210 B
C
Raw Permalink Normal View History

2023-10-08 10:24:48 +08:00
#pragma once
#include <string>
namespace il2cpp
{
namespace os
{
namespace lumin
{
extern std::string GetPackageName();
extern std::string GetPackageTempPath();
extern void LifecycleInit();
}
}
}