Files
CgeTimer/CgeTimer.h

11 lines
192 B
C
Raw Normal View History

2026-08-08 20:33:32 +03:00
#ifndef CGE_TIMER_H
#define CGE_TIMER_H
#include <stdint.h>
int CgeTimerIsMonotonic(void);
uint64_t CgeTimerNanoseconds(void);
uint64_t CgeTimerMilliseconds(void);
#endif /* CGE_TIMER_H */