kill-ios-app/Il2CppOutputProject/IL2CPP/libil2cpp/il2cpp-benchmark-support.h

9 lines
195 B
C
Raw Normal View History

2026-06-23 09:54:30 +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