mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-02 14:40:40 +00:00
e2f5e8fe34
We'll need 'common' for something else.
9 lines
148 B
C
9 lines
148 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
// [RH] Returns millisecond-accurate time
|
|
uint64_t I_msTime();
|
|
|
|
// Nanosecond-accurate time
|
|
uint64_t I_nsTime();
|