Utils.h 92 B

123456
  1. #ifndef UTILS_H
  2. #define UTILS_H
  3. float interpolate(float lag, float from, float to);
  4. #endif