yunque9/xcode/Libraries/libil2cpp/include/gc/WriteBarrier.h

16 lines
202 B
C
Raw Permalink Normal View History

2025-06-20 11:52:54 +08:00
#pragma once
struct Il2CppObject;
namespace il2cpp
{
namespace gc
{
class WriteBarrier
{
public:
static void GenericStore(void* ptr, void* value);
};
} /* gc */
} /* il2cpp */