nxtime.h 180 B

12345678910
  1. #pragma once
  2. #include "../../foundation/types.h"
  3. #include "../../nx/nxapi.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. typedef uint64_t nx_time_unix_64_t;
  8. #ifdef __cplusplus
  9. }
  10. #endif