You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
|