test render loop
This commit is contained in:
8
src/VM/time.h
Normal file
8
src/VM/time.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "../std.h"
|
||||
|
||||
void time_sleepMS(u32 ms);
|
||||
void time_sleepNS(u64 ns);
|
||||
u64 time_getMonotonicMS();
|
||||
u64 time_getMonotonicNS();
|
||||
Reference in New Issue
Block a user