您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
1234567891011121314 |
- #include "il2cpp-config.h"
- #include "os/Initialize.h"
-
- #if !(IL2CPP_TARGET_WINDOWS || IL2CPP_TARGET_ANDROID || IL2CPP_TARGET_PS4 || IL2CPP_TARGET_PS5)
-
- void il2cpp::os::Initialize()
- {
- }
-
- void il2cpp::os::Uninitialize()
- {
- }
-
- #endif
|