1 #ifndef LIBR2C2_CLOCK_H_
2 #define LIBR2C2_CLOCK_H_
4 #include <msp/time/timedelta.h>
11 Msp::Time::TimeDelta current_time;
18 const Msp::Time::TimeDelta &get_current_time() const { return current_time; }
19 void tick(const Msp::Time::TimeDelta &);