Нема описа
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.

123456789101112131415
  1. #pragma once
  2. #include <stdint.h>
  3. #if defined(__cplusplus)
  4. extern "C"
  5. {
  6. #endif
  7. char* UnityPalGetTempPath();
  8. int32_t UnityPalIsAbsolutePath(const char* path);
  9. #if defined(__cplusplus)
  10. }
  11. #endif