Ruyi_client_new/xcode/Libraries/libil2cpp/include/il2cpp-benchmark-support.h

9 lines
195 B
C
Raw Normal View History

2025-11-30 04:31:55 +08:00
#if IL2CPP_GOOGLE_BENCHMARK
#pragma once
void il2cpp_benchmark_initialize(int argc, const Il2CppChar* const* argv);
void il2cpp_benchmark_initialize(int argc, const char* const* argv);
#endif