#ifndef MATH_H #define MATH_H int lerp(int a, int b, double t); double double_lerp(double a, double b, double t); #endif // MATH_H