Initialize.cpp 231 B

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