少年修仙传客户端基础资源
hch
2024-04-02 e51f4612104ff380475b9ef4ef78e0388bb4e9a3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#pragma once
 
extern "C"
{
#include "glib.h"
#include <mono/metadata/class-internals.h>
#include <mono/metadata/object-internals.h>
 
#include <mono/metadata/metadata.h>
#include <mono/metadata/object.h>
#include <mono/metadata/exception.h>
#include <mono/metadata/appdomain.h>
#include <mono/metadata/threads.h>
#include <mono/metadata/assembly.h>
#include <mono/metadata/loader.h>
#include <mono/metadata/runtime.h>
#include <mono/metadata/profiler-private.h>
 
#include <mono/metadata/handle.h>
#include <mono/metadata/marshal.h>
#include <mono/metadata/unity-utils.h>
 
#include <mono/utils/mono-error-internals.h>
#include <mono/utils/mono-stack-unwinding.h>
#include <mono/utils/mono-context.h>
#include <mono/utils/mono-threads.h>
 
#include <mono/metadata/threads-types.h>
#include <mono/metadata/threadpool.h>
}