Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
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
|