Initial commit.

This commit is contained in:
2019-07-01 14:33:21 +02:00
parent 92a04d779e
commit baa2e0279d
1624 changed files with 3204958 additions and 0 deletions
@@ -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