mirror of https://github.com/inolen/redream.git
added NS_PER_MS define
This commit is contained in:
parent
4fb9a65990
commit
ed76f10761
|
@ -5,6 +5,7 @@
|
|||
#include <time.h>
|
||||
|
||||
#define NS_PER_SEC INT64_C(1000000000)
|
||||
#define NS_PER_MS INT64_C(1000000)
|
||||
|
||||
int64_t time_nanoseconds();
|
||||
|
||||
|
|
Loading…
Reference in New Issue