#ifndef RWSIM_FUNCTIONS_H #define RWSIM_FUNCTIONS_H #include #include int nearest_index(const std::vector&, double, int); double lerp(const std::vector&, const std::vector&, double, int); std::chrono::time_point printSteps(std::chrono::time_point, std::chrono::time_point, int, int); #endif