This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
GHzGlass
/
GHZLangChao
Bevaka
4
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
2fb17c2022
Grenar
Taggar
F/20231018_Demo
F/20231026_RTCChange
F/20231114_RTCFusion
F/20231201_XJDemo
F/20240219_Hot
XJDemoGHZ
master
GHZLangChao
/
HybridCLRData
/
LocalIl2CppData-WindowsEditor
/
il2cpp
/
libil2cpp
/
os
/
Initialize.h
Initialize.h
101 B
Historik
Rå
1
2
3
4
5
6
7
8
9
10
11
#pragma once
namespace il2cpp
{
namespace os
{
void Initialize();
void Uninitialize();
}
}