#pragma once #include "../std.h" void time_sleepMS(u32 ms); void time_sleepNS(u64 ns); u64 time_getMonotonicMS(); u64 time_getMonotonicNS();