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.

Time-c-api.h 364B

12345678910111213141516171819
  1. #pragma once
  2. #include "il2cpp-config-platforms.h"
  3. #include <stdint.h>
  4. #if defined(__cplusplus)
  5. extern "C"
  6. {
  7. #endif
  8. uint32_t UnityPalGetTicksMillisecondsMonotonic();
  9. int64_t STDCALL UnityPalGetTicks100NanosecondsMonotonic();
  10. int64_t UnityPalGetTicks100NanosecondsDateTime();
  11. int64_t STDCALL UnityPalGetSystemTimeAsFileTime();
  12. #if defined(__cplusplus)
  13. }
  14. #endif