common.h 183 B

1234567891011121314
  1. #pragma once
  2. #include "rotor-light.hpp"
  3. namespace rl = rotor_light;
  4. rl::TimePoint get_now();
  5. void enable_timer();
  6. void disable_timer();
  7. void adjust_timer(const rl::Duration &);