mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
33 lines
802 B
Smarty
33 lines
802 B
Smarty
#include <codegen/il2cpp-codegen-metadata.h>
|
|
#if HYBRIDCLR_UNITY_2023_OR_NEW
|
|
#include <codegen/il2cpp-codegen.h>
|
|
#elif HYBRIDCLR_UNITY_2022
|
|
#include <codegen/il2cpp-codegen-il2cpp.h>
|
|
#elif HYBRIDCLR_UNITY_2020 || HYBRIDCLR_UNITY_2021
|
|
#include <codegen/il2cpp-codegen-common-big.h>
|
|
#else
|
|
#include <codegen/il2cpp-codegen-common.h>
|
|
#endif
|
|
|
|
#include "vm/ClassInlines.h"
|
|
#include "vm/Object.h"
|
|
#include "vm/Class.h"
|
|
#include "vm/ScopedThreadAttacher.h"
|
|
|
|
#include "../metadata/MetadataUtil.h"
|
|
|
|
|
|
#include "../interpreter/InterpreterModule.h"
|
|
#include "../interpreter/MethodBridge.h"
|
|
#include "../interpreter/Interpreter.h"
|
|
#include "../interpreter/MemoryUtil.h"
|
|
#include "../interpreter/InstrinctDef.h"
|
|
|
|
using namespace hybridclr::interpreter;
|
|
using namespace hybridclr::metadata;
|
|
|
|
//!!!{{CODE
|
|
|
|
|
|
//!!!}}CODE
|