No Description
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.

Initialize.cpp 231B

1234567891011121314
  1. #include "il2cpp-config.h"
  2. #include "os/Initialize.h"
  3. #if !(IL2CPP_TARGET_WINDOWS || IL2CPP_TARGET_ANDROID || IL2CPP_TARGET_PS4 || IL2CPP_TARGET_PS5)
  4. void il2cpp::os::Initialize()
  5. {
  6. }
  7. void il2cpp::os::Uninitialize()
  8. {
  9. }
  10. #endif