LearnWithTouch/App/LearnWithTouch_ios/Libraries/libil2cpp/include/vm/InternalCalls.h
2019-07-01 14:33:21 +02:00

18 lines
354 B
C++

#pragma once
#include "il2cpp-config.h"
namespace il2cpp
{
namespace vm
{
class LIBIL2CPP_CODEGEN_API InternalCalls
{
public:
static void Init();
static void Add(const char* name, Il2CppMethodPointer method);
static Il2CppMethodPointer Resolve(const char* name);
};
} /* namespace vm */
} /* namespace il2cpp */