13 lines
237 B
C
13 lines
237 B
C
#pragma once
|
|
|
|
#include "il2cpp-api-types.h"
|
|
#include "il2cpp-metadata.h"
|
|
|
|
#if IL2CPP_ENABLE_NATIVE_STACKTRACES
|
|
struct MethodDefinitionKey
|
|
{
|
|
Il2CppMethodPointer method;
|
|
Il2CppMetadataMethodDefinitionHandle methodHandle;
|
|
};
|
|
#endif
|