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.

Error.cpp 248B

123456789101112
  1. #include "os/c-api/il2cpp-config-platforms.h"
  2. #include "os/Error.h"
  3. #include "os/c-api/Error-c-api.h"
  4. extern "C"
  5. {
  6. int32_t UnityPalSuccess(UnityPalErrorCode code)
  7. {
  8. return (int32_t)(code == il2cpp::os::kErrorCodeSuccess);
  9. }
  10. }