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/Il2CppOptions.cpp

3 lines
111 B
C++

bool il2cpp_no_exceptions = false;
extern "C" bool Unity_il2cppNoExceptions() { return il2cpp_no_exceptions; }