il2cpp-codegen.h 228 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 11 #pragma once #include "il2cpp-codegen-metadata.h" #if RUNTIME_TINY #include "il2cpp-codegen-tiny.h" #else struct Il2CppStringBuilder; typedef Il2CppStringBuilder RuntimeStringBuilder; #include "il2cpp-codegen-il2cpp.h" #endif