WIP: somethings wrong.. #19

Closed
muellerr wants to merge 808 commits from source/master into master
Showing only changes of commit 9ed92e5e6f - Show all commits

View File

@ -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: