mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-06 21:12:20 +00:00
73e64ff0b2
Not hooked up yet with the game.
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();
|