#pragma once #include "consts.h" /** @brief round time to nearest frame */ unsigned long clamp_time(unsigned long unclamped_time);