6 lines
86 B
C
6 lines
86 B
C
|
#ifndef _UTILS_H
|
||
|
#define _UTILS_H
|
||
|
|
||
|
double lerpf(double a, double b, double t);
|
||
|
|
||
|
#endif
|