This repository has been archived on 2026-05-06. You can view files and clone it, but cannot push or open issues/pull-requests.
caihong/web_xcode/Libraries/libil2cpp/include/il2cpp-benchmark-support.h

9 lines
195 B
C

#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