Files
RedHotRoast-ios/HybridCLRData/StrippedAOTDllsTempProj/iOS/Il2CppOutputProject/IL2CPP/libil2cpp/vm/COMEntryPoints.h
T

13 lines
151 B
C++
Raw Normal View History

2026-07-17 14:03:00 +08:00
#pragma once
namespace il2cpp
{
namespace vm
{
struct LIBIL2CPP_CODEGEN_API COMEntryPoints
{
static void FreeCachedData();
};
}
}