#include "il2cpp-config.h"
|
|
#include "icalls/System/System.Configuration/DefaultConfig.h"
|
#include "vm/Exception.h"
|
|
namespace il2cpp
|
{
|
namespace icalls
|
{
|
namespace System
|
{
|
namespace System
|
{
|
namespace Configuration
|
{
|
Il2CppString* DefaultConfig::get_bundled_machine_config()
|
{
|
IL2CPP_NOT_IMPLEMENTED_ICALL(DefaultConfig::get_bundled_machine_config);
|
|
return 0;
|
}
|
|
Il2CppString* DefaultConfig::get_machine_config_path()
|
{
|
IL2CPP_NOT_IMPLEMENTED_ICALL(DefaultConfig::get_machine_config_path);
|
|
return 0;
|
}
|
} /* namespace Configuration */
|
} /* namespace System */
|
} /* namespace System */
|
} /* namespace icalls */
|
} /* namespace il2cpp */
|