This commit is contained in:
10
CgeTimer.h
Normal file
10
CgeTimer.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user