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.
123456789101112 |
- #include "os/c-api/il2cpp-config-platforms.h"
-
- #include "os/Error.h"
- #include "os/c-api/Error-c-api.h"
-
- extern "C"
- {
- int32_t UnityPalSuccess(UnityPalErrorCode code)
- {
- return (int32_t)(code == il2cpp::os::kErrorCodeSuccess);
- }
- }
|