#pragma once #include <stdint.h> // [RH] Returns millisecond-accurate time uint64_t I_msTime(); // Nanosecond-accurate time uint64_t I_nsTime();