WIP: somethings wrong.. #19
@ -8,8 +8,9 @@
|
|||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
typedef uint32_t millis_t;
|
//! Don't use these for time points, type is not large enough for UNIX epoch.
|
||||||
typedef double seconds_t;
|
typedef uint32_t dur_millis_t;
|
||||||
|
typedef double dur_seconds_t;
|
||||||
|
|
||||||
class Clock {
|
class Clock {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user