Badminton-Scoreboard/Libraries/libil2cpp/include/metadata/Il2CppGenericInstHash.h
2023-10-08 10:24:48 +08:00

17 lines
303 B
C++

#pragma once
struct Il2CppGenericInst;
namespace il2cpp
{
namespace metadata
{
class Il2CppGenericInstHash
{
public:
size_t operator()(const Il2CppGenericInst* ea) const;
static size_t Hash(const Il2CppGenericInst* t1);
};
} /* namespace vm */
} /* namespace il2cpp */