Initial commit.
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
#pragma once
|
||||
|
||||
#if NET_4_0
|
||||
|
||||
namespace il2cpp
|
||||
{
|
||||
namespace icalls
|
||||
{
|
||||
namespace System
|
||||
{
|
||||
namespace Configuration
|
||||
{
|
||||
namespace System
|
||||
{
|
||||
namespace Configuration
|
||||
{
|
||||
class LIBIL2CPP_CODEGEN_API InternalConfigurationHost
|
||||
{
|
||||
public:
|
||||
static Il2CppString* get_bundled_app_config();
|
||||
};
|
||||
} // namespace Configuration
|
||||
} // namespace System
|
||||
} // namespace Configuration
|
||||
} // namespace System
|
||||
} // namespace icalls
|
||||
} // namespace il2cpp
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user